Skip to content

useless-fallthrough: do not report fallthrough before default (#1549) #1775

useless-fallthrough: do not report fallthrough before default (#1549)

useless-fallthrough: do not report fallthrough before default (#1549) #1775

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: make build