Skip to content
Snippets Groups Projects
Commit 40d5121d authored by Jean-Michel Picod's avatar Jean-Michel Picod
Browse files

Remove paths to check workflows.

parent 80096529
No related branches found
No related tags found
No related merge requests found
name: markdownlint
on:
push:
paths:
- '**/*.md'
- '.markdownlint.json'
- '!third_party/**'
on: [push]
# push:
# paths:
# - '**/*.md'
# - '.markdownlint.json'
# - '!third_party/**'
jobs:
pylint:
......
name: pylint
on:
push:
paths:
- '**/*.py'
- '.pylintrc'
- '!third_party/**'
on: [push]
# push:
# paths:
# - '**/*.py'
# - '.pylintrc'
# - '!third_party/**'
jobs:
pylint:
runs-on: ubuntu-latest
......
on:
push:
paths:
- 'examples/*.rs'
- 'libraries/**/*.rs'
- 'src/**/*.rs'
- 'patches/**'
- '**/Cargo.toml'
- '.cargo/config'
- '!third_party/**'
on: [push]
# push:
# paths:
# - 'examples/*.rs'
# - 'libraries/**/*.rs'
# - 'src/**/*.rs'
# - 'patches/**'
# - '**/Cargo.toml'
# - '.cargo/config'
# - '!third_party/**'
jobs:
initial_setup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment