Skip to content

Update USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_driv… #164

Update USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_driv…

Update USB_WiFi_Adapters_that_are_supported_with_Linux_in-kernel_driv… #164

Workflow file for this run

name: Codespell CI
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
codespell:
name: Codespell CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Install dependencies
run: sudo apt update -y && sudo apt install -y codespell
- name: Run codespell
run: codespell