aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-07-01 18:38:54 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-07-01 18:38:54 +0200
commit4a95562740bee221061156110b6f60bac969eb55 (patch)
tree92c30177577a85aae212fbe8e8849cd3f34a238e /.github/workflows/main.yml
parent1c36673ecbc85bd0be8dc88249568aa8ce7f6795 (diff)
Update readme to show beta-release, rename workflow-config
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000..a770977
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,16 @@
+name: Main
+
+on: [push, pull_request]
+
+jobs:
+ shellcheck:
+ name: ShellCheck
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: Run ShellCheck
+ uses: ludeeus/action-shellcheck@master
+ with:
+ severity: style