Merge pull request #13 from lesterchan/dependabot/npm_and_yarn/word-w… #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GitHub CI/CD | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
lint-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Code | |
uses: actions/checkout@v3 | |
- name: Lint and Test | |
run: | | |
npm install | |
npm run lint | |
npm test |