Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Add pre-commit and CI action for prettier + reuse#134

Open
carmenbianca wants to merge 2 commits intofsfe:mainfrom
carmenbianca:prettier-reuse
Open

Add pre-commit and CI action for prettier + reuse#134
carmenbianca wants to merge 2 commits intofsfe:mainfrom
carmenbianca:prettier-reuse

Conversation

@carmenbianca
Copy link
Copy Markdown
Member

Let's finish this after #133 is merged.

Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
Copy link
Copy Markdown
Member

@mxmehl mxmehl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, one suggestion.

Comment on lines +29 to +35
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: pip install reuse
- name: Test REUSE compliance
run: reuse lint
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies
run: pip install reuse
- name: Test REUSE compliance
run: reuse lint
- uses: actions/checkout@v3
- name: Test REUSE compliance
uses: fsfe/reuse-action@v2

Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants