CI (rebac-admin) for 951371469bc86ad5510f4a57d221c173f9688347 on 224/merge #6
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 |