Skip to content

Commit

Permalink
ci: fix up outdated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Jan 10, 2025
1 parent 8b3fd47 commit ec0164e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cla_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
steps:
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Contributor License Agreement and I hereby accept the Terms.') || github.event_name == 'pull_request_target'
uses: cla-assistant/github-action@v2.3.1
uses: contributor-assistant/github-action@v2.6.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }}
with:
remote-organization-name: qir-alliance
remote-repository-name: data_storage
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/link_and_spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,16 @@ jobs:
}
shell: pwsh
- name: markdownlint-cli
# cspell:words nosborn
uses: nosborn/[email protected]
uses: nosborn/[email protected]
with:
files: .
config_file: 'utils/md_lint_config.yml'
- name: Markdown link check
# cspell:words gaurav
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: gaurav-nelson/[email protected]
with:
use-verbose-mode: 'yes'
if: ${{ success() || failure() }}
- name: "Check spelling in changed files"
# cspell:words streetsidesoftware
uses: streetsidesoftware/cspell-action@v6
with:
inline: warning
Expand Down

0 comments on commit ec0164e

Please sign in to comment.