Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
heyitsjhu committed Aug 4, 2022
2 parents 9f4c7d0 + fc7cb71 commit e9e87db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/dlabs-master-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Configure git
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Run npm install, project linter and test suite
run: |
npm install
Expand All @@ -43,7 +49,6 @@ jobs:
env:
SKIP_PREFLIGHT_CHECK: true
CI: false
- name: Deploy package to npm registry
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CLOC.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloc|github.com/AlDanial/cloc v 1.94 T=0.05 s (171.2 files/s, 4240.8 lines/s)
cloc|github.com/AlDanial/cloc v 1.94 T=0.05 s (165.4 files/s, 4098.4 lines/s)
--- | ---

Language|files|blank|comment|code
Expand Down

0 comments on commit e9e87db

Please sign in to comment.