Skip to content

Refactor deploy_image job and update actions versions used (#168) #923

Refactor deploy_image job and update actions versions used (#168)

Refactor deploy_image job and update actions versions used (#168) #923

Workflow file for this run

name: Linting
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: pre-commit
run: |
# pre-commit should install all the dependencies
pip install -r requirements-dev.txt
pre-commit run --all-files