Skip to content

build(deps-dev): bump tar from 7.5.9 to 7.5.11 #62

build(deps-dev): bump tar from 7.5.9 to 7.5.11

build(deps-dev): bump tar from 7.5.9 to 7.5.11 #62

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- uses: pre-commit/action@v3.0.1
with:
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}