fghdfghdfgh

This commit is contained in:
Kreyren 2020-02-05 13:12:24 +00:00
parent bff5e3a3b1
commit ebd676f82b
4 changed files with 14 additions and 3 deletions

@ -1,6 +1,6 @@
name: C/C++ CI
on: [pull_request, push]
on: [push]
jobs:
build:

@ -1,6 +1,6 @@
name: Python package
on: [pull_request, push]
on: [push]
jobs:
build:

@ -1,6 +1,6 @@
name: Rust
on: [pull_request, push]
on: [push]
jobs:
build:

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