Skip to content

Bump @commitlint/cli from 17.6.3 to 17.6.6 #43

Bump @commitlint/cli from 17.6.3 to 17.6.6

Bump @commitlint/cli from 17.6.3 to 17.6.6 #43

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Environment Information
run: |
node --version
npm --version
- name: Setup
run: |
brew install ktlint
swiftlint version
npm ci
- name: Linting
run: npm run lint