Skip to content

Bump codecov/codecov-action from 4 to 5 #2

Bump codecov/codecov-action from 4 to 5

Bump codecov/codecov-action from 4 to 5 #2

Workflow file for this run

# yamllint disable-line rule:document-start
name: Run Checks
on: [push, pull_request]
jobs:
pre-commit-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 3
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y hadolint
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --verbose