Skip to content

feat(k3s): Updated to v1.26 #223

feat(k3s): Updated to v1.26

feat(k3s): Updated to v1.26 #223

Workflow file for this run

---
name: "CI"
on:
pull_request:
push:
branches:
- master
paths-ignore:
- '**/README.md'
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
uses: ./.github/workflows/test.yml
needs: [lint]