Skip to content

Commit

Permalink
feat: update deps & workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed Nov 2, 2023
1 parent 34a308b commit f709386
Show file tree
Hide file tree
Showing 3 changed files with 12,306 additions and 22,333 deletions.
46 changes: 3 additions & 43 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,6 @@ on:
- beta

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Use Node.js
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: 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/karma-problem-matcher.json"
npm test
- name: Semantic release
run: npx semantic-release
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
HUSKY: 0
build:
uses: Neovici/cfg/.github/workflows/forge.yml@master
secrets: i
Loading

0 comments on commit f709386

Please sign in to comment.