Skip to content

Commit

Permalink
Run lint on PR too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-capelle committed Jul 10, 2023
1 parent 42883f1 commit 8b25f2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Lint UIBase
on: [push]
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b25f2e

Please sign in to comment.