Skip to content

Added RoyRao2333/template-tauri-vite-react-ts-tailwind #1997

Added RoyRao2333/template-tauri-vite-react-ts-tailwind

Added RoyRao2333/template-tauri-vite-react-ts-tailwind #1997

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- run: npm install
- run: npm run lint