Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

ci: run on 1.10 and 1 #59

ci: run on 1.10 and 1

ci: run on 1.10 and 1 #59

Workflow file for this run

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]