Skip to content

chore(deps): bump tar from 4.4.13 to 4.4.19 #635

chore(deps): bump tar from 4.4.13 to 4.4.19

chore(deps): bump tar from 4.4.13 to 4.4.19 #635

Workflow file for this run

name: Push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/run-on-yarn@v2
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ['format:verify', 'lint', 'verify']
on: push