Skip to content

Bump tar from 6.2.0 to 6.2.1 #611

Bump tar from 6.2.0 to 6.2.1

Bump tar from 6.2.0 to 6.2.1 #611

Workflow file for this run

name: CI
on: [pull_request]
jobs:
deploy:
name: Build pages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint markdown
run: yarn markdownlint-cli2
- name: Build pages
run: yarn build