branch: elpa/flycheck
commit 65b9097bc3d14b82fff0c7ca76873454574651b2
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Remove non-existent make format step from CI
The Makefile has no format target, so this step always fails.
---
.github/workflows/test.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3d47130936..2859b8dc95 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -50,13 +50,11 @@ jobs:
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
make init
- make format
make specs
- name: Run tests (Windows)
if: matrix.os == 'windows-latest'
run: |
make init
- make format
make compile
make specs