File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,20 @@ name: test
2
2
3
3
on :
4
4
push :
5
- branches : [main]
6
- pull_request :
7
- branches : [main]
5
+ paths-ignore :
6
+ - ' docs/**'
8
7
9
8
jobs :
10
9
build :
11
10
runs-on : ubuntu-latest
12
11
13
12
steps :
14
13
- uses : actions/checkout@v2
15
- - uses : bahmutov/npm-install@v1
14
+ - uses : actions/setup-node@v2
15
+ with :
16
+ node-version : ' 14'
17
+ cache : ' yarn'
18
+
19
+ - run : yarn install --frozen-lockfile
16
20
- run : yarn run test
17
21
- run : yarn codecov
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2020 Eduardo San Martin Morote
3
+ Copyright (c) 2021 Eduardo San Martin Morote
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments