From c2763f9a7263211364c628d848c6b7e47fa8e6f2 Mon Sep 17 00:00:00 2001 From: ITOH Date: Fri, 21 May 2021 18:31:50 +0200 Subject: [PATCH] remove: unused fmt script --- .github/workflows/lint.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a6cee861d..d29e3c1e1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,10 +6,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: denoland/setup-deno@main -# - name: Run fmt script -# run: deno fmt -# - name: Commit formatted files -# uses: EndBug/add-and-commit@v7 - name: Run lint script run: deno lint ./src ./tests -