Skip to content

Bump tar from 6.2.0 to 6.2.1 #99

Bump tar from 6.2.0 to 6.2.1

Bump tar from 6.2.0 to 6.2.1 #99

Workflow file for this run

name: TypeScript - Lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Lint with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
env:
CI: true