Skip to content

Bump typescript-eslint from 8.6.0 to 8.7.0 #329

Bump typescript-eslint from 8.6.0 to 8.7.0

Bump typescript-eslint from 8.6.0 to 8.7.0 #329

Workflow file for this run

name: Checks
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build Packages
uses: ./.github/actions/anchor
with:
run: |
yarn build --output-style static
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Tests
uses: ./.github/actions/anchor
with:
run: |
yarn test --exclude legacy-sdk/whirlpool --output-style static
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Lint
uses: ./.github/actions/anchor
with:
run: |
yarn lint --output-style static