-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from zdharma-continuum/ci/gh-action-lint-workflow
feat: add lint gh action workflows
- Loading branch information
Showing
3 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Lint | ||
|
||
on: | ||
pull_request: | ||
branches: [main, master] | ||
push: | ||
branches: [main, master] | ||
tags: ["v*.*.*"] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
commit: | ||
uses: zdharma-continuum/.github/.github/workflows/commit-job.yml@main | ||
lint: | ||
uses: zdharma-continuum/.github/.github/workflows/lint-job.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
--- | ||
layout: post | ||
title: "About" | ||
author: "psprint" | ||
permalink: /about/ | ||
--- | ||
______________________________________________________________________ | ||
|
||
A blog about development of Zshell projects. In **2016**, I did **3152** | ||
commits in total. That is **8.7** commits a day. In **2017**, it was **2737** | ||
commits, it is **7.5** commits a day. Not excluding holidays. Check my Github | ||
profile to obtain confirmation for those numbers: | ||
[https://github.com/psprint](https://github.com/psprint). All code was for | ||
Zshell or indirectly associated with Zshell. | ||
## layout: post title: "About" author: "psprint" permalink: /about/ | ||
|
||
I have more ideas for projects and features, I hope I maintain the **~8** | ||
commits a day pace thanks to the donations. | ||
A blog about development of Zshell projects. In **2016**, I did **3152** commits in total. That is **8.7** commits a | ||
day. In **2017**, it was **2737** commits, it is **7.5** commits a day. Not excluding holidays. Check my Github profile | ||
to obtain confirmation for those numbers: [https://github.com/psprint](https://github.com/psprint). All code was for | ||
Zshell or indirectly associated with Zshell. | ||
|
||
I have more ideas for projects and features, I hope I maintain the **~8** commits a day pace thanks to the donations. | ||
|
||
Thanks for reading! |