Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compat and continuous integration workflow #33

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Update compat and continuous integration workflow #33

merged 3 commits into from
Oct 16, 2024

Conversation

emmt
Copy link
Collaborator

@emmt emmt commented Oct 16, 2024

  • Update CI.yml

  • Extend compatibility for TypeUtils. I do not known why the CompatHelper workflow did not automatically propose this...

I do not known why the `CompatHelper` workflow did not automatically
solve this...
@emmt emmt requested a review from amontoison October 16, 2024 16:39
@@ -15,6 +15,11 @@
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created

Check failure

Code scanning / check-spelling

Unrecognized Spelling Error

proactively is not a recognized word. (unrecognized-spelling)
Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

Unrecognized words (2)

iswindows
proactively

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:libprima/PRIMA.jl.git repository
on the eric-patch branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/libprima/PRIMA.jl/actions/runs/11370037337/attempts/1'

OR

To have the bot accept them for you, reply quoting the following line:
@check-spelling-bot apply updates.

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

@emmt emmt merged commit c5b8060 into main Oct 16, 2024
18 of 21 checks passed
@amontoison amontoison deleted the eric-patch branch October 16, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants