Skip to content

Merge branch 'master' of github.com:dparo/dotfiles #1388

Merge branch 'master' of github.com:dparo/dotfiles

Merge branch 'master' of github.com:dparo/dotfiles #1388

Workflow file for this run

name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@master
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6
- name: Docker build
run: docker build -t dparo-dotfiles .
- name: Docker run
run: docker run dparo-dotfiles