File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1313 - name : Install Hatch
14- uses : pypa/hatch@install
14+ uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
1515 - name : Lint and typecheck
1616 run : |
1717 hatch fmt --linter
3737 steps :
3838 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3939 - name : Install Hatch
40- uses : pypa/hatch@install
40+ uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
4141 - name : mint API token
4242 id : mint-token
4343 run : |
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131 - name : Install Hatch
32- uses : pypa/hatch@install
32+ uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
3333 - name : Build
3434 run : hatch run docs-build
3535 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments