Skip to content

Bump tar from 7.5.6 to 7.5.7 (#16) #40

Bump tar from 7.5.6 to 7.5.7 (#16)

Bump tar from 7.5.6 to 7.5.7 (#16) #40

Workflow file for this run

name: Lint Check
on: [push]
jobs:
lint:
runs-on: macos-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npx prettier . --check
- run: npm run lint