From 9bec51c4427cbce1ea23d8e85426a21d295e0b44 Mon Sep 17 00:00:00 2001 From: wizardy Date: Fri, 8 Sep 2023 19:47:25 +0100 Subject: [PATCH] commit --- .github/workflows/gitaction.yml | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) create mode 100644 .github/workflows/gitaction.yml create mode 100644 README.md diff --git a/.github/workflows/gitaction.yml b/.github/workflows/gitaction.yml new file mode 100644 index 0000000..7dab202 --- /dev/null +++ b/.github/workflows/gitaction.yml @@ -0,0 +1,17 @@ +name: git-actions + +on: push + +jobs: + git-actions: + name: Lint code base + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Run Super-Linter + uses: github/super-linter@v4 + env: + DEFAULT_BRANCH: main + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f979096 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# git-actions