File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+
3
+ on : [push]
4
+
5
+ jobs :
6
+ build :
7
+
8
+ runs-on : ubuntu-latest
9
+
10
+ steps :
11
+ - uses : actions/checkout@v3
12
+ - name : Setup node
13
+ uses : actions/setup-node@v3
14
+ with :
15
+ node-version : ' 16'
16
+ - name : Install, Build, and Test
17
+ run : npm install --force
Original file line number Diff line number Diff line change 1
1
# redux-oidc
2
+ [ ![ CI] ( https://github.com/ericlamb/redux-oidc/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ericlamb/redux-oidc/actions/workflows/ci.yaml )
3
+
2
4
Forked from [ maxmantz/redux-oidc] ( https://github.com/maxmantz/redux-oidc ) .
3
5
4
6
A package for managing OpenID-Connect authentication in ReactJS / Redux apps. It wraps the popular oidc-client library to redux actions and reducers.
You can’t perform that action at this time.
0 commit comments