Skip to content

lint: update checkout and setup-python action versions #141

lint: update checkout and setup-python action versions

lint: update checkout and setup-python action versions #141

Workflow file for this run

---
name: Lint
on:
- push
- pull_request
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: py-actions/flake8@v2
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ludeeus/action-shellcheck@master