Add build description for Qt6, marked as hidden #354
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: misspell | |
on: | |
- push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: sobolevn/misspell-fixer-action@master | |
with: | |
options: '-rsvn content/' | |
- uses: peter-evans/create-pull-request@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
commit-message: 'Fixes by misspell-fixer' | |
title: 'Typos fix by misspell-fixer' | |