Skip to content

[Experiment] Add local and redis caching middleware (#9) #23

[Experiment] Add local and redis caching middleware (#9)

[Experiment] Add local and redis caching middleware (#9) #23

name: Lint, build and test
on:
push:
branches:
- develop
- master
pull_request:
jobs:
lint-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: yarn lint:check
- run: yarn format:check
- run: yarn build