Skip to content

deps: update module golang.org/x/sys to v0.12.0 #170

deps: update module golang.org/x/sys to v0.12.0

deps: update module golang.org/x/sys to v0.12.0 #170

Workflow file for this run

name: Check licenses
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Check for files without license header
run: "! grep -rL --include='*.go' -e'// Copyright (c) Edgeless Systems GmbH.' -e'DO NOT EDIT' | grep ''"