Remove paths to check workflows.
This commit is contained in:
12
.github/workflows/mdlint.yml
vendored
12
.github/workflows/mdlint.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: markdownlint
|
name: markdownlint
|
||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
paths:
|
# paths:
|
||||||
- '**/*.md'
|
# - '**/*.md'
|
||||||
- '.markdownlint.json'
|
# - '.markdownlint.json'
|
||||||
- '!third_party/**'
|
# - '!third_party/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pylint:
|
pylint:
|
||||||
|
|||||||
12
.github/workflows/pylint.yml
vendored
12
.github/workflows/pylint.yml
vendored
@@ -1,10 +1,10 @@
|
|||||||
name: pylint
|
name: pylint
|
||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
paths:
|
# paths:
|
||||||
- '**/*.py'
|
# - '**/*.py'
|
||||||
- '.pylintrc'
|
# - '.pylintrc'
|
||||||
- '!third_party/**'
|
# - '!third_party/**'
|
||||||
jobs:
|
jobs:
|
||||||
pylint:
|
pylint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
20
.github/workflows/rust.yml
vendored
20
.github/workflows/rust.yml
vendored
@@ -1,13 +1,13 @@
|
|||||||
on:
|
on: [push]
|
||||||
push:
|
# push:
|
||||||
paths:
|
# paths:
|
||||||
- 'examples/*.rs'
|
# - 'examples/*.rs'
|
||||||
- 'libraries/**/*.rs'
|
# - 'libraries/**/*.rs'
|
||||||
- 'src/**/*.rs'
|
# - 'src/**/*.rs'
|
||||||
- 'patches/**'
|
# - 'patches/**'
|
||||||
- '**/Cargo.toml'
|
# - '**/Cargo.toml'
|
||||||
- '.cargo/config'
|
# - '.cargo/config'
|
||||||
- '!third_party/**'
|
# - '!third_party/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
initial_setup:
|
initial_setup:
|
||||||
|
|||||||
Reference in New Issue
Block a user