File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,18 @@ git add .
6262git commit
6363```
6464
65+ Also, make sure to commit your lockfiles, they're created at ` requirements.txt `
66+ and in the ` requirements ` directory. They will be created automatically
67+ when you run a ` hatch ` command in the respective environment for the first time.
68+
69+ ``` shell
70+ hatch run cov
71+ hatch run lint:all
72+ hatch run docs:serve
73+ git add requirements.txt requirements/
74+ git commit -m " 🔐 add lockfiles"
75+ ```
76+
6577#### Secrets Init
6678
6779This project uses GitHub Actions to deploy releases, documentation, and
Original file line number Diff line number Diff line change @@ -62,6 +62,18 @@ git add .
6262git commit
6363```
6464
65+ Also, make sure to commit your lockfiles, they're created at ` requirements.txt `
66+ and in the ` requirements ` directory. They will be created automatically
67+ when you run a ` hatch ` command in the respective environment for the first time.
68+
69+ ``` shell
70+ hatch run cov
71+ hatch run lint:all
72+ hatch run docs:serve
73+ git add requirements.txt requirements/
74+ git commit -m " 🔐 add lockfiles"
75+ ```
76+
6577#### Secrets Init
6678
6779This project uses GitHub Actions to deploy releases, documentation, and
You can’t perform that action at this time.
0 commit comments