Skip to content

fix: ClamAV prevent daemon autostart #36

fix: ClamAV prevent daemon autostart

fix: ClamAV prevent daemon autostart #36

Workflow file for this run

name: CI PR/Branch
on:
push:
branches-ignore:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@master
- name: Install dependencies
run: |
pip install ansible ansible-lint
- name: Lint ansible files
run: |
ansible-galaxy install -r requirements.yml
yarn lint