Skip to content

Update jdk to 21.0.3-tem (#1013) #2

Update jdk to 21.0.3-tem (#1013)

Update jdk to 21.0.3-tem (#1013) #2

Workflow file for this run

name: Biome
on:
push:
branches:
- master
tags:
- 'v*'
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Check Linting
run: |
npm install
npm run lint:check
env:
CI: true