CI (rebac-admin) for e9fa3752568e88f7829fd39956ef604534ca30a9 on 224/merge #7
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 | |
unit-test: | |
name: Run unit tests | |
uses: ./.github/workflows/rebac-admin-backend-unittest.yaml |