Skip to content

chore: changes to yarn (#305) #126

chore: changes to yarn (#305)

chore: changes to yarn (#305) #126

Workflow file for this run

name: QA
on:
push:
paths-ignore:
- '.github/workflows/publish.yml'
- '.github/workflows/publish-dev.yml'
- '.github/workflows/reward.yml'
- '.github/workflows/reward-merged-prs.yml'
- '.github/ISSUE_TEMPLATE/*'
- '*.md'
- '*.svg'
branches:
- main
- develop
pull_request:
paths-ignore:
- '.github/workflows/publish.yml'
- '.github/workflows/publish-dev.yml'
- '.github/workflows/reward.yml'
- '.github/workflows/reward-merged-prs.yml'
- '.github/ISSUE_TEMPLATE/*'
- '*.md'
- '*.svg'
branches:
- main
- develop
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: the-ton-tech/toolchain/[email protected]
build:
needs: lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-24.04
- windows-2025
- macos-15
name: Test & Build on ${{ matrix.os }}
steps:
- uses: the-ton-tech/toolchain/[email protected]
with:
os: ${{ matrix.os }}