test to see if this works
This commit is contained in:
4
.github/workflows/codestyle.yml
vendored
4
.github/workflows/codestyle.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Codestyle
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- src/**
|
||||
- "!README.md"
|
||||
- "!docs/**"
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
|
||||
4
.github/workflows/sql-codestyle.yml
vendored
4
.github/workflows/sql-codestyle.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: Codestyle
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- data/**
|
||||
- "!README.md"
|
||||
- "!docs/**"
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
|
||||
Reference in New Issue
Block a user