Skip to content

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 #182

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32

Bump github.com/containerd/containerd from 1.7.29 to 1.7.32 #182

Workflow file for this run

name: CI - Run Linter
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
# No need to run the linter on multiple platforms
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint
uses: docker://morphy/revive-action:v2
with:
config: revive.toml