chore: improve workflows

- Add standard-version to automate version bumping, adding tag, and writing changelog
- remove husky
- add lint script
- update CI pipeline to include linting for pull requests
- format yet-linted files
- add Enrico to contributors
This commit is contained in:
Enrico Sacchetti 2023-01-11 21:15:38 -05:00
commit 15185040ed
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
7 changed files with 1072 additions and 413 deletions

View file

@ -17,8 +17,9 @@ jobs:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install dependencies and build the library
- name: Install dependencies, build, test, and lint the codebase
run: |
yarn
yarn build:lib
yarn test:types
yarn lint