Skip to content

Commit

Permalink
Merge pull request #53 from Olian04/dev
Browse files Browse the repository at this point in the history
4.5.0
  • Loading branch information
Olian04 authored Mar 23, 2021
2 parents 904b670 + f3f00dc commit 576a9f7
Show file tree
Hide file tree
Showing 15 changed files with 3,051 additions and 713 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
quote_type = single
29 changes: 14 additions & 15 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,27 @@ name: Node.js CI

on:
push:
branches: [ master, dev ]
branches: [master, dev]
pull_request:
branches: [ master, dev ]
branches: [master, dev]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 13.x]
node-version: [12.x, 13.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint:nofix
- run: npm run build
- run: npm run test
env:
CI: true
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint:nofix
- run: npm run build
- run: npm run test
env:
CI: true
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Better Logging
==============

This is a test

Docs
-----------------

This is docs test
Loading

0 comments on commit 576a9f7

Please sign in to comment.