Skip to content

Bump the python-packages group with 3 updates #342

Bump the python-packages group with 3 updates

Bump the python-packages group with 3 updates #342

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: chartboost/ruff-action@v1
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