Skip to content

Refactoring test Makefile and .github tests.yaml #1506

Refactoring test Makefile and .github tests.yaml

Refactoring test Makefile and .github tests.yaml #1506

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v2
with:
args: "--skip='./dist,./frontend/node_modules,./logs'"