Skip to content

Commit 5bc97a5

Browse files
authored
ci: fix up outdated workflows (#42)
1 parent 1a38e1d commit 5bc97a5

4 files changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/cla_assistant.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
steps:
1414
- name: "CLA Assistant"
1515
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'
16-
uses: cla-assistant/github-action@v2.3.1
16+
uses: contributor-assistant/github-action@v2.6.1
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOT_ACCESS_TOKEN }}
2019
with:
2120
remote-organization-name: qir-alliance
2221
remote-repository-name: data_storage

.github/workflows/link_and_spell_check.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,16 @@ jobs:
2525
}
2626
shell: pwsh
2727
- name: markdownlint-cli
28-
# cspell:words nosborn
29-
uses: nosborn/github-action-markdown-cli@v2.0.0
28+
uses: nosborn/github-action-markdown-cli@v3.3.0
3029
with:
3130
files: .
3231
config_file: 'utils/md_lint_config.yml'
3332
- name: Markdown link check
34-
# cspell:words gaurav
35-
uses: gaurav-nelson/github-action-markdown-link-check@v1
33+
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
3634
with:
3735
use-verbose-mode: 'yes'
3836
if: ${{ success() || failure() }}
3937
- name: "Check spelling in changed files"
40-
# cspell:words streetsidesoftware
4138
uses: streetsidesoftware/cspell-action@v6
4239
with:
4340
inline: warning

specification/under_development/profiles/Adaptive_Profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ constant. We refer to the [LLVM language
319319
reference](https://llvm.org/docs/LangRef.html#switch-instruction) for more
320320
information about the switch instruction.
321321

322-
<!--FIXME: check that the entry point section allows for entry point arguments - global constants as the alternative? -->
323-
324322
### Bullet 9: Multiple Return Points
325323

326324
A backend my choose to support multiple return points in an entry point

specification/v0.1/2_Callables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Callables
22

3-
We use the term _callable_ to mean a subroutine in the source language.
3+
We use the term *callable* to mean a subroutine in the source language.
44
Different source languages use different names for this concept.
55

66
> [!NOTE]

0 commit comments

Comments
 (0)