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

Bump julia-actions/setup-julia from 1 to 2 (#4) #10

Bump julia-actions/setup-julia from 1 to 2 (#4)

Bump julia-actions/setup-julia from 1 to 2 (#4) #10

Workflow file for this run

name: Check Typos
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch: null
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master