Skip to content

resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule from var-naming #276

resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule from var-naming

resolve #867: remove k[A-Z][A-Za-z\d]*$ sub-rule from var-naming #276

Workflow file for this run

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