Minimal set of working Gitea workflows. #138
3
.github/workflows/lint.yml
vendored
3
.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:
|
||||
|
Loading…
Reference in New Issue
Block a user