Minimal set of working Gitea workflows. #138
5
.github/workflows/lint.yml
vendored
5
.github/workflows/lint.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
if: env.GIT_DIFF
|
||||
|
||||
python-lint:
|
||||
# For compatibility with Gitea
|
||||
env:
|
||||
USER: root
|
||||
name: Run flake8 on python integration tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -49,4 +52,4 @@ jobs:
|
||||
**/**.py
|
||||
- run: |
|
||||
nix-shell -I nixpkgs=./nix -p test-env --run "make lint-py"
|
||||
if: env.GIT_DIFF
|
||||
if: env.GIT_DIFF
|
||||
|
Loading…
Reference in New Issue
Block a user