This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
chore(deps): update dependency k3s-io/k3s to v1.28.1+k3s1 #657
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Lint | |
on: | |
pull_request: | |
push: | |
branches: [main] | |
jobs: | |
lint: | |
name: Lint | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4.0.0 | |
- name: "Install Nix ❄️" | |
uses: cachix/install-nix-action@6a9a9e84a173d90b3ffb42c5ddaf9ea033fad011 # v23 | |
- name: "Lint ANSIBLE files" | |
run: nix develop -c task linter:ansible | |
- name: "Lint YAML files" | |
run: nix develop -c task linter:yaml |