Created
April 19, 2022 06:30
-
-
Save root-ansh-ct/cb3020b5b126f2b00326e96999043fdb to your computer and use it in GitHub Desktop.
This file contains hidden or 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: validate PR raised from task/** branched to develop branch | |
on: | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
lint-staticChecks-test-build: | |
if: startsWith(github.head_ref, 'task/') | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
packages: write | |
steps: | |
- name: Run lint checks and Upload results | |
uses: ./.github/mini_flows/s3_lint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment