Skip to content

Commit

Permalink
fix: made indentation for lint yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojoemmanuel committed Aug 19, 2023
1 parent 7b82433 commit 2c5a09b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Lint # name of the action (displayed in the github interface)

on: push # event list
pull_request: # on a pull request to each of these branches
branches:
- development
- staging
- production
pull_request: dev # on a pull request to each of these branches
branches:
- dev
- master

env: # environment variables (available in any part of the action)
NODE_VERSION: 16
Expand Down

0 comments on commit 2c5a09b

Please sign in to comment.