Skip to content

Bump tar-fs from 2.1.0 to 2.1.3 #68

Bump tar-fs from 2.1.0 to 2.1.3

Bump tar-fs from 2.1.0 to 2.1.3 #68

Workflow file for this run

on: [pull_request]
jobs:
analyze:
runs-on: ubuntu-latest
name: Run eslint
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "22.x"
- run: yarn
- run: yarn analyze
typescript:
runs-on: ubuntu-latest
name: Check types
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: "22.x"
- run: yarn
- run: yarn type-check