Skip to content

added logseq themes #36

added logseq themes

added logseq themes #36

Workflow file for this run

---
name: Lint
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible-core>=2.15.0
pip install ansible-lint>=6.0.0
ansible-galaxy collection install community.general
- name: Run ansible-lint
run: ansible-lint