Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
- remove `.npmingnore`
- update GitHub workflow with tests on Java
- update contributors list
  • Loading branch information
OlehDutchenko committed Nov 24, 2020
1 parent a8b8eaf commit fbfd614
Show file tree
Hide file tree
Showing 5 changed files with 3,445 additions and 66 deletions.
18 changes: 17 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on: [push, pull_request]

jobs:
lint:
name: Lint
name: Lint and Test

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x]
java: [8.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -20,8 +21,23 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: x64

- name: Install dependencies
run: npm ci

- name: Lint
run: npm run test

- name: Test CLI HTML
run: npm run cli-html

- name: Test CLI Lint
run: npm run cli-lint

- name: Test NodeJS Api
run: npm run nodejs-api
51 changes: 0 additions & 51 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ Please read [CONTRIBUTING.md](https://github.com/dutchenkoOleg/node-w3c-validato
- Michael Kühnel [@mischah](https://github.com/mischah)
- Debjeet Biswas [@detj](https://github.com/detj)
- Yunus Gaziev [@yunusga](https://github.com/yunusga)
- WezomDev [@WezomDev](https://github.com/WezomDev)

## Code of Conduct

Expand Down
Loading

0 comments on commit fbfd614

Please sign in to comment.