Skip to content

Commit

Permalink
Merge branch 'master' into feat/improve-uri-recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-MCaw authored Oct 15, 2024
2 parents 17188dc + e20a5cb commit 2f3ef61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: true

- name: Install FSF toolchain
uses: alire-project/alr-install@v1
uses: alire-project/alr-install@v2
with:
crates: gnat_native gprbuild
prefix: alire_prefix
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: misspell
- uses: actions/checkout@v4
- name: Run misspell
uses: reviewdog/action-misspell@v1
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
reporter: github-pr-annotations
locale: "US"
exclude: '*.lock'
pattern: '*.md'
fail_on_error: true

0 comments on commit 2f3ef61

Please sign in to comment.