Skip to content

Add support to cache on specific json keys (#51) #36

Add support to cache on specific json keys (#51)

Add support to cache on specific json keys (#51) #36

Workflow file for this run

name: Validate
on:
- pull_request
- push
permissions: {}
jobs:
core:
name: Lint & Test
permissions:
checks: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: docker compose run --rm tests
- name: Lint
run: docker compose run --rm lint