hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Pre-commit CI #230

Closed fyliu closed 6 months ago

fyliu commented 6 months ago

What changes did you make?

Why did you make the changes (we will use this info to test)?

Before and After

I created test PRs to show the CI service at work. Before: this branch adds a squashed commit of the changes made in initial-data-migration-36. It has some linting problems that need fixing.

After: this is after fixing the linter issues. It is one more commit on top of the Before branch.

How to test

You will have to connect to the pre-commit.ci service in your fork in order for this to work in your fork. Just create PRs from the branches in my fork (or anywhere) to see it working.

I haven't connected it to the hackforla repo yet since the current pre-commit config we have doesn't quite work for ci.

ethanstrominger commented 6 months ago

Hi