Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ permissions: {}

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-slim
steps:
- name: Checkout repository
uses: actions/checkout@v6

- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.x'

- name: Install dependencies
run: python -m pip install PyYAML
python-version: '3.14'
pip-install: PyYAML

- name: Lint
run: python framework/lint.py
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
driver: local

nfd-http-status-server:
image: ghcr.io/named-data/nfd-status-http-server:20250420
image: ghcr.io/named-data/nfd-status-http-server:20260420
init: true
volumes:
- /run/nfd:/run/nfd:ro
Expand Down
Loading