Skip to content

Commit

Permalink
feat: adding super linter as a starting linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Oct 24, 2024
1 parent ab017c2 commit c81f5d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ jobs:
markdown_links: |
- [Frontend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca)
- [Backend](https://${{ github.event.repository.name }}-${{ github.event.number }}-frontend.apps.silver.devops.gov.bc.ca/api)
lint:
name: Lint PR
if: (! github.event.pull_request.draft)
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-lint.yml@feat/super_lint

results:
name: Validate Results
if: always()
needs: [validate]
needs: [validate,lint]
runs-on: ubuntu-24.04
steps:
- run: echo "Success!"

0 comments on commit c81f5d2

Please sign in to comment.