keep trying
Some checks failed
/ lint (push) Has been cancelled

This commit is contained in:
Chris Cowley 2024-09-30 17:54:52 +02:00
parent 0199ab1a8d
commit cd9b02be0f

View file

@ -5,12 +5,12 @@ on:
jobs: jobs:
lint: lint:
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
cache: 'pip'
- name: Lint - name: Lint
run: | run: |
pip install flake8 pip install flake8