Skip to content

ci: remove CodeQL workflow in favour of GHAS default setup #891

ci: remove CodeQL workflow in favour of GHAS default setup

ci: remove CodeQL workflow in favour of GHAS default setup #891

name: "On PR updated"
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
linting-and-checks:
name: "Linting and checks"
uses: ./.github/workflows/linting-and-checks.yaml
tests:
name: "Tests"
uses: ./.github/workflows/tests.yaml