Skip to content

Bump the github-actions group across 1 directory with 2 updates #6

Bump the github-actions group across 1 directory with 2 updates

Bump the github-actions group across 1 directory with 2 updates #6

Workflow file for this run

---
# used for running automated tests
name: tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pre_commit_checks:
runs-on: ubuntu-24.04
steps:
# checks out the repo
- uses: actions/checkout@v6
# use prek for speedy precommit results
- uses: j178/prek-action@v2