Skip to content

Update dependency @swc/core to v1.10.12 #762

Update dependency @swc/core to v1.10.12

Update dependency @swc/core to v1.10.12 #762

Workflow file for this run

name: Tests
on:
push:
branches-ignore: [master]
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
env:
OPENRCT2_DIR: OpenRCT2
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn --immutable --immutable-cache
- run: yarn build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn --immutable --immutable-cache
if: steps.cache.outputs.cache-hit != 'true'
- run: yarn test --ci
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn --immutable --immutable-cache
- run: yarn types
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn --immutable --immutable-cache
- run: yarn style
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn --immutable --immutable-cache
- run: yarn lint