Skip to content

add filesorting script #1

add filesorting script

add filesorting script #1

Workflow file for this run

name: "Unit Tests"
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions: read-all
jobs:
unit-tests:
name: "Unit Tests"
runs-on: ubuntu-latest
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v3
# Perform a security scan of the python code using checkov
- name: Run Checkov action
id: checkov
uses: bridgecrewio/checkov-action@master
with:
framework: github_actions