From 317589a39ee7b9075300a91c66d38d4fdfdd6fce Mon Sep 17 00:00:00 2001 From: chrisliebaer Date: Sat, 17 Aug 2024 08:04:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'./'=20with=20r?= =?UTF-8?q?emote=20'sync/common'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actionlint.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 actionlint.yml diff --git a/actionlint.yml b/actionlint.yml new file mode 100644 index 0000000..3015387 --- /dev/null +++ b/actionlint.yml @@ -0,0 +1,13 @@ +name: actionlint + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + actionlint: + uses: chrisliebaer/workflows/.github/workflows/actionlint.yml@master