chore(deps): update 5ouma/utils digest to 37716e8 #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🚸 pre-commit | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
pre-commit: | |
runs-on: Ubuntu-Latest | |
steps: | |
- name: 🚸 Run pre-commit | |
uses: 5ouma/utils/pre-commit@37716e84d41ed3ce2533fbb1a99b28036936493d # main | |
with: | |
config: data/pre-commit.yml |