Skip to content

Merge pull request #4 from rcowsill/feat/pages-build #7

Merge pull request #4 from rcowsill/feat/pages-build

Merge pull request #4 from rcowsill/feat/pages-build #7

Workflow file for this run

name: "CI Workflow Scan"
on:
pull_request:
paths:
- ".github/workflows/**.ya?ml"
push:
paths:
- ".github/workflows/**.ya?ml"
permissions:
contents: read
security-events: write
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
sparse-checkout: ".github/workflows"
- uses: rcowsill/workflow-scan-action@v2