Skip to content

Commit

Permalink
feat(yamllint): lint files on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Jan 10, 2024
1 parent b691ca6 commit 30f862f
Show file tree
Hide file tree
Showing 4 changed files with 444 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ jobs:
cypress/e2e/spec.cy.js
cypress/e2e/reviews.cy.js
cypress/e2e/nested.cy.js
# browser: firefox
# browser: firefox
# Lint Yaml
- name: Yaml Lint
run: npm run lint
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,12 @@ The following policies were detected that may prevent Cypress from automating Ch
For more information, see https://on.cypress.io/bad-browser-policy
```

In diese Fällen müssen Tests in `Electron` ausgeführt werden.
In diese Fällen müssen Tests in `Electron` ausgeführt werden.

### Yaml Prüfung

Um die yaml Dateien im `vufind/` Ordner auf Syntaxfehler zu überprüfen:

```powershell
npm run lint
```
Loading

0 comments on commit 30f862f

Please sign in to comment.