Skip to content

Bump super-linter/super-linter from 8.5.0 to 8.6.0 in the github-actions-dependencies group #12

Bump super-linter/super-linter from 8.5.0 to 8.6.0 in the github-actions-dependencies group

Bump super-linter/super-linter from 8.5.0 to 8.6.0 in the github-actions-dependencies group #12

Workflow file for this run

# https://github.com/j178/prek
name: pre-commit
on: [pull_request]
permissions:
contents: read
jobs:
pre-commit:
name: Run pre-commit
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v6
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4'
bundler-cache: true
- uses: j178/prek-action@v2
with:
extra-args: --all-files