Skip to content

feat: add refereces & change net_device type #10

feat: add refereces & change net_device type

feat: add refereces & change net_device type #10

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v4
- name: 'Install Bun'
uses: oven-sh/setup-bun@v2
- name: 'Install dependencies'
run: bun install
- name: 'Run tests'
run: bun run lint