Compare commits
2 Commits
c5e18d3219
...
a5c9680798
Author | SHA1 | Date | |
---|---|---|---|
|
a5c9680798 | ||
|
2ec354c6c7 |
@ -25,6 +25,7 @@ jobs:
|
|||||||
|
|
||||||
style-formatting:
|
style-formatting:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: apt-get update && apt-get install -y python3-pip
|
- run: apt-get update && apt-get install -y python3-pip
|
||||||
@ -34,6 +35,7 @@ jobs:
|
|||||||
|
|
||||||
style-sorted-imports:
|
style-sorted-imports:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: apt-get update && apt-get install -y python3-pip
|
- run: apt-get update && apt-get install -y python3-pip
|
||||||
|
Loading…
Reference in New Issue
Block a user