Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/case_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Get the code from the repository to be packaged
- name: Get Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Validate the CASE graphs in the /data/ directory
- name: CASE Validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Get the code from the repository
- name: Get Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

# Install pre-commit and run it
- name: Pre-commit Checks
Expand Down
Loading