From 2c8c8cd959841a608b00ba27340658955cc7dfee Mon Sep 17 00:00:00 2001 From: illiliti Date: Wed, 4 Aug 2021 20:10:58 +0300 Subject: [PATCH] meta: add shellcheck --- .github/workflows/lint.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..4b00a86 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,12 @@ +name: lint + +on: + - push + - pull_request + +jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: shellcheck hook/*/* lib/* tinyramfs