Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated packages to latest version #41

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/javascript-test.yml
@@ -0,0 +1,31 @@

name: Continuous testing

on:
pull_request:
types: [
'opened',
'synchronize'
]
push:
branches:
- master

jobs:
test-action:
name: Action test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use node 12
uses: actions/setup-node@v1
with:
node-version: 12
- name: install
run: npm ci
- name: test-lint
run: npm run test:lint
- name: test-unit
run: npm run test:unit
- name: build
run: npm run build
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -10,7 +10,8 @@ Pull Request Automated Convention Enforcer
A GitHub action that checks if a PR complies with a given configuration

[![CodeFactor](https://www.codefactor.io/repository/github/innerspacetrainings/prace.js/badge?s=ae50225ee71c7357c4a6f7a48998b11f34683662)](https://www.codefactor.io/repository/github/innerspacetrainings/prace.js)
[![CircleCI](https://circleci.com/gh/innerspacetrainings/Prace.js.svg?style=svg&circle-token=b65ff8f34c4b5bfd19e6a3ab17b3ece352e25b73)](https://circleci.com/gh/innerspacetrainings/Prace.js)

![Continuous testing](https://github.com/innerspacetrainings/Prace.js/workflows/Continuous%20testing/badge.svg?event=push)

# Repository configuration

Expand Down
19,644 changes: 8,438 additions & 11,206 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

698 changes: 101 additions & 597 deletions build/licenses.txt

Large diffs are not rendered by default.