Skip to content

Merge pull request #5 from thiagowfx/pre-commit-ci-update-config #35

Merge pull request #5 from thiagowfx/pre-commit-ci-update-config

Merge pull request #5 from thiagowfx/pre-commit-ci-update-config #35

Workflow file for this run

name: Pre-commit
on:
pull_request:
push:
branches:
- master
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
submodules: true
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
if: always()