Skip to content

Bump swc_bundler from 0.225.17 to 0.226.0 in /src-tauri #298

Bump swc_bundler from 0.225.17 to 0.226.0 in /src-tauri

Bump swc_bundler from 0.225.17 to 0.226.0 in /src-tauri #298

Workflow file for this run

name: Lint Deskulpt tooling
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
RUST_BACKTRACE: 1
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Node setup and cache
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install shared dependencies
run: npm install
- name: Lint @deskulpt-test/react
run: |
cd tooling/react
npm install
npm run lint
- name: Lint @deskulpt-test/apis
run: |
cd tooling/apis
npm install
npm run lint