Skip to content

Commit

Permalink
Only run lint workflow on push events, disable auto-fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Feb 22, 2020
1 parent 103a9e2 commit f1daaf4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Lint

on:
push:
branches:
- master
- development
pull_request:
on: push

jobs:
run-linters:
Expand All @@ -28,6 +23,5 @@ jobs:
uses: ./
with:
github_token: ${{ secrets.github_token }}
auto_fix: ${{ github.event_name == 'pull_request' }}
eslint: true
prettier: true

0 comments on commit f1daaf4

Please sign in to comment.