Moved security into backend. Fronted should not depend on KC #59
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'All static tests on every push' | |
# Runs on every push to a branch or main. Will be triggered in checks for PR. | |
on: | |
push: | |
branches: | |
- '**' | |
jobs: | |
codeql_analyze: | |
uses: ./.github/workflows/reusable_job_codeql.yml | |
nest_lint: | |
uses: ./.github/workflows/reusable_job_nest_lint.yml | |
nest_test_and_sonarcloud: | |
uses: ./.github/workflows/reusable_job_nest_test_sonarcloud.yml | |
secrets: inherit |