Skip to content

Create cache.yml

Create cache.yml #85

Workflow file for this run

name: Test
on: [push, pull_request, release]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Print github context
run: echo '${{ toJSON(github) }}'