Skip to content

chore: fix link in README.md (#86) #69

chore: fix link in README.md (#86)

chore: fix link in README.md (#86) #69

Workflow file for this run

name: ngrx-wieder
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test:ci
- uses: codecov/codecov-action@v2
with:
files: ./projects/ngrx-wieder/coverage/lcov.info
fail_ci_if_error: true