Skip to content

fix(fe-build-image): update job id #92

fix(fe-build-image): update job id

fix(fe-build-image): update job id #92

Workflow file for this run

name: Spell check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
spell-check:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Spell-check
uses: crate-ci/typos@master