Skip to content

Merge pull request #459 from th0mas/th0mas/timer-start-fix #130

Merge pull request #459 from th0mas/th0mas/timer-start-fix

Merge pull request #459 from th0mas/th0mas/timer-start-fix #130

Workflow file for this run

name: Automatically fix typos
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: sobolevn/misspell-fixer-action@master
- uses: peter-evans/[email protected]
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
with:
token: ${{ secrets.GITHUB_TOKEN }}