Skip to content

Bump uraimo/run-on-arch-action from 2 to 3 #7

Bump uraimo/run-on-arch-action from 2 to 3

Bump uraimo/run-on-arch-action from 2 to 3 #7

Workflow file for this run

name: codespell
on: [pull_request]
jobs:
codespell:
name: check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: codespell
uses: codespell-project/actions-codespell@v2
with:
only_warn: 1