Skip to content

Bump dmacvicar/libvirt from 0.7.6 to 0.8.0 in /terraform #33

Bump dmacvicar/libvirt from 0.7.6 to 0.8.0 in /terraform

Bump dmacvicar/libvirt from 0.7.6 to 0.8.0 in /terraform #33

Workflow file for this run

name: Scripts linter
on: [push]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1091