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:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Lint
run: |
pip install flake8