Skip to content

build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 #141

build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13

build(deps): bump github.com/opencontainers/runc from 1.1.12 to 1.1.13 #141

Workflow file for this run

name: validate
on:
push:
tags:
- v*
branches:
- main
- release-*
pull_request:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
- name: lint
uses: golangci/golangci-lint-action@v4
with:
version: "${{ env.LINT_VERSION }}"
args: --verbose
codespell:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
- name: run codespell
run: codespell --dictionary=-