Skip to content

Bump the python-packages group with 1 update (#89) #305

Bump the python-packages group with 1 update (#89)

Bump the python-packages group with 1 update (#89) #305

Workflow file for this run

name: Linting
on: [push]
jobs:
check-linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-shellcheck@v1
with:
filter_mode: file
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
recursive: true
- uses: psf/black@stable
check-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: |
python -m pip install pyyaml
python ./scripts/check_versions.py