Skip to content

Bump tar from 6.1.14 to 6.2.1 #21

Bump tar from 6.1.14 to 6.2.1

Bump tar from 6.1.14 to 6.2.1 #21

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
quality-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'yarn'
- name: yarn update
run: |
yarn
- name: prettier
run: |
yarn prettier --check .
- name: eslint
run: |
yarn eslint src