Skip to content

Update mother-day.md #18

Update mother-day.md

Update mother-day.md #18

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: npm
name: install app and lint
- run: |
npm ci && npm run lint