Skip to content

Commit

Permalink
updated packages to latest version (#1)
Browse files Browse the repository at this point in the history
## System changed
- Dependency versions
- Build

## Description

Updated packages to latest version to support new features available in GitHub Actions, including GitHub enterprise edition (this PR brings that new functionality: actions/toolkit#794).

Some dependency types have changed and they have been updated to the new types.

The `octokitHack.ts` file is no longer needed as that bug has been fixed: actions/toolkit#228

The build directory has been recreated.
  • Loading branch information
Bullrich committed Jan 14, 2022
1 parent 114c0d1 commit 6a6af31
Show file tree
Hide file tree
Showing 18 changed files with 10,912 additions and 18,310 deletions.
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.

0 comments on commit 6a6af31

Please sign in to comment.