From 26d986477233e2ffd305d08a335654674e379854 Mon Sep 17 00:00:00 2001 From: Shawn Napora <17864647+shawnnapora@users.noreply.github.com> Date: Thu, 8 Aug 2019 11:14:29 -0400 Subject: [PATCH] update --- .github/main.workflow | 14 -------------- README.md | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 .github/main.workflow 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 }}" ```