[FAU-376] Include admission requirement slug in degree program data on editor form #19
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: Static code analysis assets | |
on: | |
pull_request: | |
branches: | |
- dev | |
paths: | |
- '**.ts' | |
- '**.tsx' | |
- '**.md' | |
- '**.scss' | |
- 'front-office-qa.yml' | |
jobs: | |
wp-scripts-lint: | |
uses: inpsyde/reusable-workflows/.github/workflows/wp-scripts-lint.yml@main | |
secrets: | |
GITHUB_USER_EMAIL: ${{ secrets.DEPLOYBOT_EMAIL }} | |
GITHUB_USER_NAME: ${{ secrets.DEPLOYBOT_USER }} | |
with: | |
STYLELINT_ARGS: '"resources/**/*.scss"' | |
ESLINT_ARGS: '"resources/**/*.{ts,tsx}"' |