fix: update package.json versioning and engine info. fix: added triggers to workflow for pushing to master branch or pr's targeting master branch
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
name: lint_test_format
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
lint:
|
||||
name: lint
|
||||
|
||||
Reference in New Issue
Block a user