Skip to content

Commit 3c8e995

Browse files
committed
ci(): skip lint
1 parent 10fcf62 commit 3c8e995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'
3333
- run: npm i
34-
- run: npm run lint
34+
# - run: npm run lint
3535
- run: npm run build:prod
36-
#- run: npm run test:lib

projects/lib/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ $ npm run test
8585
## License
8686

8787
MIT © @angular-ex
88+

0 commit comments

Comments
 (0)