add
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -5,6 +5,10 @@ name: CI
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
defaults:
|
||||
run:
|
||||
working-directory: '1xtier.node_exporter'
|
||||
|
||||
jobs:
|
||||
|
||||
lint:
|
||||
@@ -13,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: '1xtier.node_exporter'
|
||||
|
||||
- name: Set up Python 3.
|
||||
uses: actions/setup-python@v5
|
||||
@@ -40,6 +46,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out the codebase.
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: '1xtier.node_exporter'
|
||||
|
||||
- name: Set up Python 3.
|
||||
uses: actions/setup-python@v5
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- ansible-role-node-exporter
|
||||
- role: 1xtier.node-exporter
|
||||
|
||||
Reference in New Issue
Block a user