Skip to content

refactor(actions/build): Point to -compliance (#7) #49

refactor(actions/build): Point to -compliance (#7)

refactor(actions/build): Point to -compliance (#7) #49

Workflow file for this run

name: "[C]ontinuous [I]ntegration"
on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: percebus/github-actions-npm/.github/workflows/run_script.yml@main
with:
script: lint
codeQL:
needs: lint
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- actions
name: "CodeQL: ${{ matrix.language }}"
uses: percebus/github-actions-compliance/.github/workflows/codeql_analyze.yml@main
with:
language: ${{ matrix.language }}