Skip to content

Update github actions #1664

Update github actions

Update github actions #1664

Workflow file for this run

name: PR Checks
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
spellcheck:
name: Spellcheck
uses: ./.github/workflows/spellcheck.yml
linting:
name: Linting
uses: ./.github/workflows/lint.yml
security-scan:
name: Security Scan
permissions:
contents: read
security-events: write
uses: ./.github/workflows/security-scan.yml
tests:
name: Tests
uses: ./.github/workflows/test.yml
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
codegen:
name: Verify Generated Files
uses: ./.github/workflows/verify-gen.yml
helm-charts:
name: Helm Charts
uses: ./.github/workflows/helm-charts-test.yml