Skip to content

build(deps-dev): bump tar from 7.5.7 to 7.5.9 #54

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

build(deps-dev): bump tar from 7.5.7 to 7.5.9 #54

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/[email protected]
with:
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}