devops: prioritize tests over linting (#74)

* devops: prioritize tests over linting

* docs: update release
This commit is contained in:
Ayo Ayco 2022-10-08 22:53:48 +02:00 committed by GitHub
parent 9a35744142
commit d41738776d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -27,5 +27,5 @@ jobs:
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run lint
- run: npm test

View file

@ -1,3 +1,6 @@
## v0.2.6
- support single FormGroup as input to the Form component
## v0.2.4 to v0.2.5
- update package README
- update dependencies