Skip to content

Bump typescript-eslint from 7.13.0 to 7.14.1 #616

Bump typescript-eslint from 7.13.0 to 7.14.1

Bump typescript-eslint from 7.13.0 to 7.14.1 #616

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-package:
name: Build Package
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: latest
- name: Setup Yarn
uses: threeal/[email protected]
with:
version: stable
- name: Build Package
run: |
yarn build
git diff --exit-code HEAD