Skip to content

Update with-cache.yaml #5

Update with-cache.yaml

Update with-cache.yaml #5

Workflow file for this run

name: example
on: [push, workflow_dispatch]
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
run_nscloud_action:
runs-on: nscloud
name: Sample CI workflow
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.x
- name: Test
run: go test ./...