Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrira committed Apr 23, 2024
1 parent 888a678 commit 28c6291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: https://registry.npmjs.org/
-
name: Lint Markdown
run: npm ci && npm run mdlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed]

jobs:
deployment:
pr-cleanup:
runs-on: 'ubuntu-latest'
steps:
-
Expand Down

0 comments on commit 28c6291

Please sign in to comment.