mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: improve lint, release workflows (#1627)
* Add standard-version to automate releases * Remove husky * Add lint script; run lint in GitHub Actions * Run lint script * Add Enrico to contributors
This commit is contained in:
parent
c1c8309443
commit
6d2e21f027
12 changed files with 1164 additions and 460 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue