mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
ignore .gitlab-ci.yml
This commit is contained in:
parent
faf83a5335
commit
1dc1d91f54
2 changed files with 7 additions and 1 deletions
6
.github/workflows/lint_python.yml
vendored
6
.github/workflows/lint_python.yml
vendored
|
|
@ -1,5 +1,9 @@
|
|||
name: lint_python
|
||||
on: [pull_request, push]
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- .gitlab-ci.yml
|
||||
pull_request:
|
||||
jobs:
|
||||
lint_python:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue