Skip to content

Merge pull request #13 from lesterchan/dependabot/npm_and_yarn/word-w… #23

Merge pull request #13 from lesterchan/dependabot/npm_and_yarn/word-w…

Merge pull request #13 from lesterchan/dependabot/npm_and_yarn/word-w… #23

Workflow file for this run

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