commit | e7970144042a66fe2011a8f85acdcf90e39f8a8f | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:07:59 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Mar 05 10:07:59 2023 +0000 |
tree | 3a96479724ee7fc6e21323759596a289020b6c45 | |
parent | e0db2ec48c9278e7898286420f8609716ff3c442 [diff] |
Stop using a 3rd-party prettier
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8135066..c1da375 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -24,7 +24,5 @@ - run: yarn install --immutable - name: Compile run: yarn build - - name: Run eslint - run: yarn lint - - name: Run prettier - uses: actionsx/prettier@v2 + - name: Run prettier and eslint + run: yarn lint-ci