Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tauri-apps/cli-2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek authored Oct 17, 2024
2 parents dbc1469 + c82a63e commit a7c5feb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linting
# Run on PRs only
on:
pull_request:
types: [opened, reopened]
branches: [main]

jobs:
lint:
Expand All @@ -18,4 +18,7 @@ jobs:
node-version: '20'

- name: Lint
run: npm ci && npx eslint .
run: npm ci && npx eslint .

- name: Build
run: npm run build

0 comments on commit a7c5feb

Please sign in to comment.