Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

chore(deps): update image fireflyiii/data-importer to version-1.3.2 (… #579

chore(deps): update image fireflyiii/data-importer to version-1.3.2 (…

chore(deps): update image fireflyiii/data-importer to version-1.3.2 (… #579

Workflow file for this run

---
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@v22
- name: "Lint ANSIBLE files"
run: nix develop -c task linter:ansible
- name: "Lint YAML files"
run: nix develop -c task linter:yaml