File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1- name : deploy
1+ name : 🚀 Deploy Docs
22on :
33 push :
44 branches :
@@ -10,19 +10,19 @@ jobs:
1010 deploy :
1111 runs-on : ubuntu-latest
1212 steps :
13- - name : Checkout
13+ - name : 🛒 Checkout
1414 uses : actions/checkout@master
15- - name : Set up Python 3.10
15+ - name : 🐍 Set up Python 3.10
1616 uses : actions/setup-python@v4
1717 with :
1818 python-version : ' 3.10'
19- - name : Install dependencies
19+ - name : 🧰 Install dependencies
2020 run : make install IGNORE_VENV=1
21- - name : Build Docs
21+ - name : 📚 Build Docs
2222 run : |
2323 make docs
2424 touch docs/build/html/.nojekyll
25- - name : Deploy Docs
25+ - name : 🚀 Deploy Docs
2626 uses : peaceiris/actions-gh-pages@v2.5.0
2727 env :
2828 PERSONAL_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- name : testing
1+ name : 🧪 Test
22
33on : [push]
44
55jobs :
66 test :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v1
10- - name : Set up Python 3.10
9+ - name : 🛒 Checkout
10+ uses : actions/checkout@v3
11+ - name : 🐍 Set up Python 3.10
1112 uses : actions/setup-python@v4
1213 with :
1314 python-version : ' 3.10'
14- - name : Install dependencies
15+ - name : 🧰 Install dependencies
1516 run : make install IGNORE_VENV=1
16- - name : Lint
17+ - name : 👮 Lint
1718 run : make lint
18- - uses : jakebailey/pyright-action@v1
19+ - name : 🔍 Type check
20+ uses : jakebailey/pyright-action@v1
1921 with :
2022 version : 1.1.316
21- - name : Test
23+ - name : 🧪 Test
2224 run : make tests
You can’t perform that action at this time.
0 commit comments