Skip to content

Commit

Permalink
Merge pull request #16 from ace-lab/bugfix-ci-workflow-update
Browse files Browse the repository at this point in the history
Updated CI Workflow
  • Loading branch information
SybelBlue authored Jun 12, 2024
2 parents 40a9628 + 0beb4c2 commit 5eed799
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Runs a basic linter over Python, JSON, etc.
# Configuration: https://github.com/marketplace/actions/super-linter
- name: Super-Linter
uses: github/super-linter@v2.2.0
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false # Validate only changed files. (TODO: Remove after remediations.)


DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# exclude auto-generated question.html files in the examples directory
# to suppress errors about pl-markdown body characters.
FILTER_REGEX_EXCLUDE: '.*questions\/pl-faded-parsons-examples\/.*\/.*question.html'

- name: Validate-Info-JSONs
run: bash validation_workflow/validate_changed_files

0 comments on commit 5eed799

Please sign in to comment.