Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Add workflow to add opened issues to mirsg project board
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Oct 20, 2023
1 parent 34e2dc3 commit 0e0b8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: UCL-MIRSG/.github/actions/linting@v0.23.0
- uses: UCL-MIRSG/.github/actions/linting@v0.24.0
with:
pre-commit-config: ./.pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
ANSIBLE_FORCE_COLOR: 1
steps:
- name: Run `molecule test`
uses: UCL-MIRSG/.github/actions/molecule-test@v0.23.0
uses: UCL-MIRSG/.github/actions/molecule-test@v0.24.0
with:
scenario: ${{ matrix.molecule_scenario }}

0 comments on commit 0e0b8e1

Please sign in to comment.