Skip to content

from scratch and image config #24

from scratch and image config

from scratch and image config #24

Workflow file for this run

name: pr
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: crate,MIS
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make validate