chore(deps): update pre-commit/action action to v3.0.1 #14
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: "TriageOps" | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
pre-commit-ci: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install devbox | |
uses: jetpack-io/[email protected] | |
with: | |
devbox-version: "0.5.11" | |
# DO NOT DO THIS ON CI - THINGS MAY GO WRONG, OR WORSE CAUSE SECURITY BACKPAIN | |
- run: devbox shell --print-env | tee --append $GITHUB_PATH >> /dev/null | |
- uses: pre-commit/[email protected] | |
- uses: pre-commit-ci/[email protected] | |
if: always() | |
with: | |
msg: "chore(global): fix some issues flagged by pre-commit" |