Browse Source

workflow should always run

pull/43/head
Alex Nørgaard 2 years ago
parent
commit
6ee45b6e47
No known key found for this signature in database GPG Key ID: 94D54F6A3604E97
  1. 1
      .github/workflows/coverage_and_lint.yml

1
.github/workflows/coverage_and_lint.yml

@ -48,7 +48,6 @@ jobs:
run: pyright --ignoreexternal --lib --verifytypes a2s --pythonversion ${{ matrix.python-version }}
- name: Lint
if: ${{ github.event_name != 'pull_request' }}
uses: github/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save