Skip to content

chore: bump @eslint/js from 9.17.0 to 9.18.0 (#574) #1143

chore: bump @eslint/js from 9.17.0 to 9.18.0 (#574)

chore: bump @eslint/js from 9.17.0 to 9.18.0 (#574) #1143

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-package:
name: Build Package
runs-on: ubuntu-24.04
steps:
- name: Checkout Project
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/[email protected]
- name: Build Package
run: yarn build
- name: Check Diff
run: git diff && git diff-index --quiet --exit-code HEAD