Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aodhgan committed Apr 28, 2021
1 parent 7227e93 commit 3365119
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/main.yml
@@ -0,0 +1,23 @@
name: Coveralls

on: ["push", "pull_request"]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/setup-node@v2
with:
node-version: 15.x
- name: yarn, compile, hint, coverage
run: |
yarn
yarn compile
yarn hint
yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3365119

Please sign in to comment.