Skip to content

Update vagrant version #43

Update vagrant version

Update vagrant version #43

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
docker-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run shellcheck
uses: ludeeus/action-shellcheck@master