This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
instantiatable UDP core #319
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Linters" | |
on: | |
push: | |
branches: [ develop ] | |
pull_request: | |
jobs: | |
linters: | |
runs-on: ubuntu-latest | |
steps: | |
- name: git checkout | |
uses: actions/checkout@v4 | |
- name: Whitespace file endings | |
run: .ci/test_whitespace.sh |