Skip to content

Staging immutable caching #250

Staging immutable caching

Staging immutable caching #250

Workflow file for this run

name: License Check
on:
pull_request:
push:
branches: [ master ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: License Check
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go
- name: Download dependencies
run: go mod vendor
- name: Run License Check
run: make license-check