aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/formal.yml
Commit message (Collapse)AuthorAge
* ci: bump checkout/upload-artifact to v4Tianling Shen2024-01-29
| | | | | | | Fix Node.js 16 deprecation warning. Ref: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* ci: no longer require real namePaul Spooren2024-01-10
| | | | | | | | | | This goes in accordance with the Linux Kernel: > using a known identity (sorry, no anonymous contributions.) https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=HEAD#n442 Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: allow PRs for CONTRIBUTING.md and README.md filesYegor Yefremov2023-12-01
| | | | | | Also grep for CONTRIBUTING.md and README.md in the subject. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* ci: update github actions to v3Christian Marangi2022-10-25
| | | | | | | Update checkout and upload-artifact action to v3 to mute nodejs deprecation warning. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* CI: checkout HEAD commit rather than merge commitPaul Spooren2021-03-04
| | | | | | | GitHub CI actions/checkout uses a merge commit which isn't compatible with our formality checks. Instead checkout the pull request HEAD. Signed-off-by: Paul Spooren <mail@aparcar.org>
* CI: migrate formal checks from CircleCI to GitHubPaul Spooren2021-03-04
Run the formal checks like SoB message via the GitHub CI. Signed-off-by: Paul Spooren <mail@aparcar.org>