Skip to content

feat(devbox): add encrypted autonomous sudo #95

feat(devbox): add encrypted autonomous sudo

feat(devbox): add encrypted autonomous sudo #95

Workflow file for this run

name: Verify
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: verify-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
repository:
name: Repository checks
runs-on: macos-latest
env:
HOMEBREW_NO_INSTALL_CLEANUP: "1"
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install verification tools
run: brew install actionlint shellcheck
- name: Verify repository
run: ./scripts/verify/repo.sh --skip-security