Skip to content

ci: bump the actions-patch-minor group across 1 directory with 2 updates #84

ci: bump the actions-patch-minor group across 1 directory with 2 updates

ci: bump the actions-patch-minor group across 1 directory with 2 updates #84

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Install verification tools
run: brew install actionlint shellcheck
- name: Verify repository
run: ./scripts/verify/repo.sh --skip-security