Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 in /example/server (#1312) #901

chore(deps): bump semver from 5.7.1 to 5.7.2 in /example/server (#1312)

chore(deps): bump semver from 5.7.1 to 5.7.2 in /example/server (#1312) #901

Workflow file for this run

name: Typo CI
on:
push:
branches-ignore:
- master
jobs:
spellcheck:
name: Typo CI (GitHub Action)
runs-on: ubuntu-latest
timeout-minutes: 4
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- name: TypoCheck
uses: typoci/spellcheck-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}