Skip to content

dns fix

dns fix #510

Workflow file for this run

name: pre-commit
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
id: changes
with:
filters: |
software:
- '!(Hardware/**)'
hardware:
- 'Hardware/**'
- name: Ensure changelog is updated
uses: dangoslen/changelog-enforcer@v3.5.1
- name: Setup python
uses: actions/setup-python@v4
- name: Check pre-commit hooks
uses: pre-commit/action@v3.0.0