fghdfghdfgh
This commit is contained in:
parent
bff5e3a3b1
commit
ebd676f82b
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Python package
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Rust
|
||||
|
||||
on: [pull_request, push]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
11
.github/workflows/shellcheck.yml
vendored
Normal file
11
.github/workflows/shellcheck.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
name: Shell/Bash lint
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Shell Linter
|
||||
uses: azohra/shell-linter@v0.2.0
|
Loading…
Reference in New Issue
Block a user