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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

carmenbianca
Copy link
Member

Let's finish this after #133 is merged.

Copy link
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
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

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