Skip to content

ci: bump actions/checkout from 6.0.2 to 7.0.0 in the actions-major gr… #100

ci: bump actions/checkout from 6.0.2 to 7.0.0 in the actions-major gr…

ci: bump actions/checkout from 6.0.2 to 7.0.0 in the actions-major gr… #100

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