diff --git a/.github/main.workflow b/.github/main.workflow deleted file mode 100644 index 0dedb6563..000000000 --- a/.github/main.workflow +++ /dev/null @@ -1,14 +0,0 @@ -workflow "Lint JavaScript" { - on = "push" - resolves = ["Lint", "Formatting"] -} - -action "Lint" { - uses = "actions/npm@v2.0.0" - runs = "npx eslint --no-eslintrc --env es6 --parser-options ecmaVersion:2018 entrypoint.js" -} - -action "Formatting" { - uses = "actions/npm@v2.0.0" - runs = "npx prettier -c --no-semi --no-bracket-spacing --single-quote entrypoint.js" -} \ No newline at end of file diff --git a/README.md b/README.md index 27e43b954..2dd50015d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: bbq-beets/labeler@labeler + - uses: actions/labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" ```