Skip to content

chore(deps): bump handlebars from 4.7.8 to 4.7.9 #1095

chore(deps): bump handlebars from 4.7.8 to 4.7.9

chore(deps): bump handlebars from 4.7.8 to 4.7.9 #1095

Workflow file for this run

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