chore(deps): bump handlebars from 4.7.8 to 4.7.9 #1095
This file contains hidden or 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: Lint | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| lint: | |
| runs-on: macos-14-large | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v3 | |
| - name: Set Xcode 16 | |
| run: | | |
| sudo xcode-select -switch /Applications/Xcode_16.1.app | |
| - name: Lint | |
| run: swiftlint --strict # force to fix warnings too |