Skip to content

fix: use single redis cache for now (#10) #25

fix: use single redis cache for now (#10)

fix: use single redis cache for now (#10) #25

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