From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: .github/workflows/
Date: Mon, 21 Jun 2021 05:49:37 +0000 (UTC) [thread overview]
Message-ID: <1624254551.49a4af85ee63a614e20a457f7a5e8582e537b40d.sam@gentoo> (raw)
commit: 49a4af85ee63a614e20a457f7a5e8582e537b40d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 05:49:11 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 05:49:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=49a4af85
.github: add pkgcheck Github Action
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/main.yml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644
index 0000000000..735537a090
--- /dev/null
+++ b/.github/workflows/main.yml
@@ -0,0 +1,17 @@
+name: pkgcheck
+
+on:
+ push:
+ branches: [master]
+ pull_request:
+ branches: [master]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v2
+
+ - name: Run pkgcheck
+ uses: pkgcore/pkgcheck-action@v1
next reply other threads:[~2021-06-21 5:49 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-21 5:49 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-21 5:49 [gentoo-commits] repo/proj/prefix:master commit in: .github/workflows/ Sam James
2021-06-21 5:53 Sam James
2021-06-21 6:03 Sam James
2021-06-21 6:04 Sam James
2021-06-21 6:07 Sam James
2021-06-21 6:09 Sam James
2021-06-21 6:11 Sam James
2021-06-21 6:13 Sam James
2021-06-21 6:15 Sam James
2021-06-21 6:16 Sam James
2021-06-21 6:25 Sam James
2022-06-30 16:11 Sam James
2022-06-30 16:11 Sam James
2022-06-30 16:11 Sam James
2024-03-30 11:56 Fabian Groffen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1624254551.49a4af85ee63a614e20a457f7a5e8582e537b40d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox