Skip to content

Fixed output artifact file name on build workflow. #220

Fixed output artifact file name on build workflow.

Fixed output artifact file name on build workflow. #220

Workflow file for this run

name: Spellcheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Spell check
uses: codespell-project/actions-codespell@master
with:
path: documentations/, views/, index.php, sandbox.php, README.md