CI (rebac-admin) for 937bfa5a642f547bfd0a7846725681bfa12ae1a6 on 224/merge #5
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: ci-rebac-admin-backend | ||
run-name: CI (rebac-admin) for ${{ github.sha }} on ${{ github.ref_name }} | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- "feature-rebac-admin-ui-backend" | ||
pull_request: | ||
branches: | ||
- "*" | ||
jobs: | ||
lint: | ||
name: Perform linting | ||
uses: ./.github/workflows/rebac-admin-backend-lint.yaml | ||
Check failure on line 16 in .github/workflows/ci-rebac-admin-backend.yaml GitHub Actions / ci-rebac-admin-backendInvalid workflow file
|
||
unit-test: | ||
name: Run unit tests | ||
uses: ./.github/workflows/rebac-admin-backend-unittest.yaml |