Skip to content

Commit

Permalink
Merge pull request #3 from Neovici/feat/adjust-display
Browse files Browse the repository at this point in the history
feat(collapse): use default display block
  • Loading branch information
megheaiulian authored Apr 9, 2024
2 parents 355e614 + 1bcb6a0 commit f2d0d78
Showing 9 changed files with 9,032 additions and 15,792 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage/
dist/
__snapshots__
40 changes: 5 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,13 @@
---
name: Github CI
name: CI
on:
pull_request:
branches:
- master
push:
branches:
- beta
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'

- name: Install
run: npm ci

- name: Lint commit messages
uses: wagoid/commitlint-github-action@v3

- name: ESLint
run: npm run lint

- name: Build
run: npm run build

- name: Semantic release
run: npx semantic-release
if: success()
env:
HUSKY: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
build:
uses: Neovici/cfg/.github/workflows/forge.yml@master
secrets: inherit
Loading

0 comments on commit f2d0d78

Please sign in to comment.