Skip to content

feat: Init MacOS by setting up 1Password App @beta #361

feat: Init MacOS by setting up 1Password App @beta

feat: Init MacOS by setting up 1Password App @beta #361

Workflow file for this run

name: Ansible CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install ansible-lint
run: pip install ansible-lint
- name: Install Galaxy Modules
run: ansible-galaxy install -r requirements/common.yml
- name: Linting with ansible-lint
run: ansible-lint main.yml