Skip to content

Update dependency eslint-plugin-jest to v27.6.0 (#295) #675

Update dependency eslint-plugin-jest to v27.6.0 (#295)

Update dependency eslint-plugin-jest to v27.6.0 (#295) #675

name: Lint, Check Types, Test, Run Program
on: push
jobs:
lint-and-check-types:
name: Lint, Check Types, Test, Run Program
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- run: yarn eslint . --max-warnings 0
- run: yarn tsc
- run: npm test
- run: node index.js sortBySubscriptionDate