Skip to content

Commit

Permalink
chore(actions) update
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Apr 7, 2022
1 parent 1ef3b17 commit 0922ccb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
12 changes: 0 additions & 12 deletions .github/main.workflow

This file was deleted.

21 changes: 12 additions & 9 deletions .github/workflows/nodejs.yml → .github/workflows/node.js.yml
@@ -1,10 +1,12 @@
name: Node CI
name: CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
env:
NAME: stub
strategy:
matrix:
node-version:
Expand All @@ -16,15 +18,16 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm i
- name: Lint
run: redrun lint
- name: Coverage
run: redrun coverage:ci report
- run: npm install
- run: npm run fix:lint
- run: npm run coverage
- run: npm run report
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: typos-action
uses: crate-ci/typos@v1.0.4
- uses: EndBug/add-and-commit@v7
with:
branch: master
message: chore(${{ env.NAME }}) lint using actions

0 comments on commit 0922ccb

Please sign in to comment.