11
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2026-04-05 00:56:54 +00:00

test: add tests for the action

This commit is contained in:
Wagner Santos 2019-12-09 20:05:44 -03:00
parent be6d99998b
commit eac721a186
19 changed files with 4568 additions and 192 deletions

14
.github/workflows/ci.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm install
- run: npm test --ci