Skip to content

ci: build and test current commit #57

ci: build and test current commit

ci: build and test current commit #57

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: npm install and build
run: |
npm ci
npm run build
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: 1