chore(deps): update jetpack-io/devbox-install-action action to v0.7.0 #7
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@v3 | |
- name: Install devbox | |
uses: jetpack-io/devbox-install-action@v0.6.1 | |
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/action@v3.0.0 | |
- uses: pre-commit-ci/lite-action@v1.0.1 | |
if: always() | |
with: | |
msg: "chore(global): fix some issues flagged by pre-commit" |