Skip to content

Commit

Permalink
Merge pull request #18 from Zain-ul-din/main
Browse files Browse the repository at this point in the history
added: github workflows
  • Loading branch information
aborazmeh authored Jan 10, 2024
2 parents d54a166 + 5b1fe77 commit 47b23fe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: lint-format
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm i
- run: npm run lint
- run: npm run format
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"remark-frontmatter": "^5.0.0",
"remark-stringify": "^11.0.0"
}
}
}

0 comments on commit 47b23fe

Please sign in to comment.