Skip to content

fix: example/package.json & example/package-lock.json to reduce vulne… #82

fix: example/package.json & example/package-lock.json to reduce vulne…

fix: example/package.json & example/package-lock.json to reduce vulne… #82

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