-
Notifications
You must be signed in to change notification settings - Fork 0
45 lines (39 loc) · 1015 Bytes
/
main.yml
File metadata and controls
45 lines (39 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# SPDX-FileCopyrightText: 2025 Friedrich von Never <friedrich@fornever.me>
#
# SPDX-License-Identifier: MIT
on:
push:
branches:
- master
- renovate/**
pull_request:
branches:
- master
schedule:
- cron: '0 0 * * 6' # every Saturday
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: Run ansible-lint
uses: ansible/ansible-lint@v26
with:
args: "-c ansible-lint.yml"
encoding:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: Verify encoding
shell: pwsh
run: Install-Module VerifyEncoding -Repository PSGallery -RequiredVersion 2.2.0 -Force && Test-Encoding
licenses:
runs-on: ubuntu-24.04
steps:
- name: Check out the repository
uses: actions/checkout@v6
- name: REUSE license check
uses: fsfe/reuse-action@v6