Browse Source

Update linter.yml

pull/1886/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
bf819c3804
  1. 4
      web/.github/workflows/linter.yml

4
web/.github/workflows/linter.yml

@ -1,9 +1,7 @@ @@ -1,9 +1,7 @@
name: linter
# This action works with pull requests and pushes
on:
pull_request:
on: [push, pull_request]
jobs:
prettier:
runs-on: ubuntu-latest

Loading…
Cancel
Save