This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
Implement UDP protocol and write full ICMP, ARP and UDP demo #294
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 |