Skip to content

Bump next from 13.4.2 to 13.5.0 in /docs (#61) #248

Bump next from 13.4.2 to 13.5.0 in /docs (#61)

Bump next from 13.4.2 to 13.5.0 in /docs (#61) #248

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