Skip to content

Bump serde_json from 1.0.120 to 1.0.122 in /src-tauri #124

Bump serde_json from 1.0.120 to 1.0.122 in /src-tauri

Bump serde_json from 1.0.120 to 1.0.122 in /src-tauri #124

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
- name: Sync node version and setup cache
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Lint
run: make lint