mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
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:
parent
c1c8309443
commit
15185040ed
7 changed files with 1072 additions and 413 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