-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 #14 from positron-solutions/finish-first-release
Finishing up first release
- Loading branch information
Showing
13 changed files
with
898 additions
and
741 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
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 |
---|---|---|
|
@@ -24,16 +24,28 @@ | |
# The check is added as a shield to the project's README.org so that all can see | ||
# the license check for the entire commit history. | ||
|
||
name: Developer Certificate of Origin Check | ||
name: DCO Check | ||
|
||
on: | ||
pull_request: | ||
# any pull-request | ||
workflow_dispatch: | ||
# Allows you to run this workflow manually from the Actions tab | ||
|
||
push: | ||
branches: | ||
- master | ||
jobs: | ||
check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: tisonkun/[email protected] | ||
- uses: actions/[email protected] | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
- name: Check DCO | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: | | ||
pip3 install -U dco-check==0.3.1 | ||
dco-check |
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,4 +1,5 @@ | ||
.direnv/ | ||
**.elc | ||
**.el~ | ||
**/*autoloads.el | ||
**/*autoloads.el | ||
**trash |
Oops, something went wrong.