| commit | c1cddfbd63def705c9b9e89ca406a503d7416088 | [log] [tgz] |
|---|---|---|
| author | Julian Feinauer <j.feinauer@pragmaticminds.de> | Mon Sep 20 16:48:46 2021 +0200 |
| committer | Julian Feinauer <j.feinauer@pragmaticminds.de> | Mon Sep 20 16:48:46 2021 +0200 |
| tree | e70bbb1e44815fe06452a874ddd194ce6414cdf7 | |
| parent | 361c11e4d110d9ef977dad28792f21ff02263dea [diff] |
Revert "Allow css to fail (#3)" This reverts commit abf021a8
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index ffd2581..58a3b31 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml
@@ -30,7 +30,6 @@ - name: lint run: cd frontend && npm run lint - name: lint-css - continue-on-error: true run: cd frontend && npm run lint-css test: