From 9e112db630a7162ef39638f633d20ffa368f926b Mon Sep 17 00:00:00 2001 From: Mirko Jechow <79272490+mjechow@users.noreply.github.com> Date: Wed, 3 Jul 2024 03:22:32 +0200 Subject: [PATCH] add github actions (#1) --- .github/dependabot.yml | 8 ++++++++ .github/workflows/shellcheck.yml | 16 ++++++++++++++++ .gitignore | 3 ++- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml create mode 100644 .github/workflows/shellcheck.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8b75d0c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + time: "06:00" + open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml new file mode 100644 index 0000000..64c04a8 --- /dev/null +++ b/.github/workflows/shellcheck.yml @@ -0,0 +1,16 @@ +on: + push: + branches: + - main + +name: "Trigger: Push action" +permissions: {} + +jobs: + shellcheck: + name: Shellcheck + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Run ShellCheck + uses: ludeeus/action-shellcheck@2.0.0 diff --git a/.gitignore b/.gitignore index 88ba915..c9311e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ config* build.log -linux-modules* linux-headers* linux-image* +linux-libc* +linux-modules* linux-upstream* linux/