Don't run code formatting for dependabot
This commit is contained in:
5
web/.github/workflows/linter.yml
vendored
5
web/.github/workflows/linter.yml
vendored
@@ -1,10 +1,11 @@
|
||||
name: linter
|
||||
|
||||
# This action works with pull requests and pushes
|
||||
on: [push, pull_request_target]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
prettier:
|
||||
format:
|
||||
if: ${{ github.actor != 'dependabot' }}
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user