Skip to content

chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 #769

chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0

chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 #769

Workflow file for this run

name: "build"
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout source
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Initialize node & npm
uses: ./.github/actions/npm
- name: Execute prettier
run: npm run prettier
- name: Execute eslint
run: npm run eslint
- name: Build
run: npm run build