Skip to content

[FIX] ci-workflow update actions for node 24 #346

[FIX] ci-workflow update actions for node 24

[FIX] ci-workflow update actions for node 24 #346

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
push:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
- uses: actions/cache@v5
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Set up the environment
uses: ./.github/actions/setup-python-env
- name: Run checks
run: make check