diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml new file mode 100644 index 00000000..6fa39045 --- /dev/null +++ b/.github/workflows/testing.yml @@ -0,0 +1,15 @@ +name: Testing + +on: [push, pull_request] + +jobs: + run_action: + name: Test run action + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: codespell-project/actions-codespell@master + with: + check_filenames: 1 + check_hidden: 1 + exclude_file: .codespellignore