Skip to content

feat: Get the date from the uploaded file #6

feat: Get the date from the uploaded file

feat: Get the date from the uploaded file #6

Workflow file for this run

name: Lint
on:
push:
branches:
- main
paths:
- 'src/**/*.{ts,tsx}'
- '.github/workflows/**'
- 'public/**'
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --frozen-lockfile
- run: npm run lint -c .eslintrc