CompatHelper: bump compat for Zygote to 0.7 for package SimpleChains, (keep existing compat) #1607
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Quality Check | |
on: [pull_request] | |
jobs: | |
code-style: | |
name: Format Suggestions | |
runs-on: ubuntu-latest | |
steps: | |
- uses: julia-actions/julia-format@v3 | |
typos-check: | |
name: Spell Check with Typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Actions Repository | |
uses: actions/checkout@v4 | |
- name: Check spelling | |
uses: crate-ci/[email protected] |