Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Add archival status #37

Add archival status

Add archival status #37

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: Install libraries
run: |
sudo apt-get update
sudo apt-get install -y opencl-headers ocl-icd-opencl-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48