Skip to content

Bump @tauri-apps/cli from 1.5.6 to 1.5.10 #24

Bump @tauri-apps/cli from 1.5.6 to 1.5.10

Bump @tauri-apps/cli from 1.5.6 to 1.5.10 #24

Workflow file for this run

name: Linting
# Run on PRs only
on:
pull_request:
types: [opened, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Lint
run: npm ci && npx eslint .