Skip to content

chore(deps): update jetpack-io/devbox-install-action action to v0.12.0 #12

chore(deps): update jetpack-io/devbox-install-action action to v0.12.0

chore(deps): update jetpack-io/devbox-install-action action to v0.12.0 #12

Workflow file for this run

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"