diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-03-10 17:19:51 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-03-10 17:19:51 -0600 |
commit | d16cb71aa6b74358442dc38d87814c9f75662e93 (patch) | |
tree | 97968a863d0b43b1f88de25720ec26870f2df72a /.github/workflows/node.yml | |
parent | Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#23) (diff) | |
download | ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.gz ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.bz2 ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.lz ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.xz ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.zst ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.zip |
Add and run a formatter
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/node.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 4c48897..366fe3b 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -14,8 +14,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: "16.x" - cache: "yarn" + node-version: '16.x' + cache: 'yarn' - name: Install dependencies run: yarn --frozen-lockfile - name: Lint @@ -32,4 +32,4 @@ jobs: steps: - uses: fastify/github-action-merge-dependabot@v3.0.2 with: - github-token: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} |