This commit is contained in:
2026-01-26 11:43:19 +04:00
parent b6551bbb46
commit ebfcc71aff
2 changed files with 9 additions and 1 deletions

View File

@@ -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