Skip to content

chore(deps): bump tar from 6.1.15 to 6.2.1 #197

chore(deps): bump tar from 6.1.15 to 6.2.1

chore(deps): bump tar from 6.1.15 to 6.2.1 #197

Workflow file for this run

name: PR Validate
on:
pull_request:
branches:
- master
jobs:
code-quality:
name: Code Quality
strategy:
matrix:
command:
- lint
- dtslint
- test:coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- shell: bash
run: yarn ${{ matrix.command }}