Skip to content

Commit

Permalink
- use lf for line endings
Browse files Browse the repository at this point in the history
- dont use matrix for Node version in gh actions
  • Loading branch information
mog13 authored and mog13 committed Oct 31, 2023
1 parent a0f3afa commit 1b71c96
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/testAndCoverage.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
name: Test, lint and Code Coverage

on: [ push, pull_request ]
on: [ push ]

jobs:
build:

runs-on: ubuntu-latest

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

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14.x

- name: Install dependencies
run: npm install
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"endOfLine": "lf"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"random",
"dx"
],
"author": "Morgan Owen",
"author": "Morgan Sands",
"license": "MIT",
"bugs": {
"url": "https://github.com/mog13/DXJS/issues"
Expand Down

0 comments on commit 1b71c96

Please sign in to comment.