Skip to content

Commit

Permalink
Merge pull request #200 from Neovici/feat/pion
Browse files Browse the repository at this point in the history
feat: update to pion
  • Loading branch information
megheaiulian authored Jan 11, 2024
2 parents 1b1dab7 + f02347d commit f5f8f80
Show file tree
Hide file tree
Showing 19 changed files with 7,177 additions and 5,486 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20
cache: 'npm'

- name: Install
Expand Down
49 changes: 5 additions & 44 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,52 +1,13 @@
---
name: Github CI
name: CI
on:
pull_request:
branches:
- master
- beta
push:
branches:
- master
- beta
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 19
cache: 'npm'

- name: Install
run: npm ci

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

- name: ESLint
run: npm run lint

- name: Test and report
env:
GIT_BRANCH: ${{ github.ref == 'refs/heads/master' && 'master' || github.ref }}
GIT_COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: |
echo "::add-matcher::.github/problem-matcher.json"
npm test
- 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 f5f8f80

Please sign in to comment.