Skip to content

Bump actions/checkout from 3.5.0 to 3.5.3 #88

Bump actions/checkout from 3.5.0 to 3.5.3

Bump actions/checkout from 3.5.0 to 3.5.3 #88

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4.0.0
with:
go-version: 1.18
- name: Checkout code
uses: actions/checkout@v3.5.3
- name: Download license information for dependencies
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-cache
- name: Check licenses
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make license-check
- name: Run checks
run: |
make check