Skip to content

Commit

Permalink
Compiling index.js
Browse files Browse the repository at this point in the history
* Compiling index.js
* Updated lint action
* Exclude dist & node_modules from lint
  • Loading branch information
rockem authored Jan 19, 2022
1 parent d1ce78c commit b7ed03e
Show file tree
Hide file tree
Showing 6 changed files with 57,806 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ parserOptions:
ecmaVersion: 2017

env:
es6: true
es6: true

ignorePatterns:
- dist
- node_modules
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: lint

on:
pull_request:
branches: [master]
branches: [main]
push:
branches: [master]
branches: [main]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ inputs:
required: false
runs:
using: 'node16'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit b7ed03e

Please sign in to comment.