Skip to content

Update python-package.yml #7

Update python-package.yml

Update python-package.yml #7

Workflow file for this run

name: Super-linter
on: push
jobs:
super-lint:
name: Lint code base
runs-on: ubuntu-latest
steps:
- name: checkout-code
uses: actions/checkout@v2
- name: Run super linter
uses: github/super-linter@v3
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}