Skip to content

Merge pull request #271 from yuiseki/dependabot/npm_and_yarn/vite-5.4.6 #258

Merge pull request #271 from yuiseki/dependabot/npm_and_yarn/vite-5.4.6

Merge pull request #271 from yuiseki/dependabot/npm_and_yarn/vite-5.4.6 #258

Workflow file for this run

on: push
name: lint
jobs:
tsc:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Extract node version
run: echo "NODE_VERSION=$(cat .node_version)" >> $GITHUB_ENV
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- run: npm ci
- name: npm run lint
run: npm run lint