Skip to content

Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 #106

Bump @typescript-eslint/parser from 7.0.2 to 7.1.0

Bump @typescript-eslint/parser from 7.0.2 to 7.1.0 #106

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: Install Dependencies
uses: threeal/[email protected]
- name: Build Package
run: |
corepack yarn build
git diff --exit-code HEAD