This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
fix(ansible): fix hostname in dietpi-txt-gen playbook #804
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/[email protected] | |
- name: "Install Nix ❄️" | |
uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # v25 | |
- name: "Lint ANSIBLE files" | |
run: nix develop -c task linter:ansible | |
- name: "Lint YAML files" | |
run: nix develop -c task linter:yaml |