ACTIONS配置文件修正
This commit is contained in:
parent
1d7726fab6
commit
7d3eeeb73f
@ -7,9 +7,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
domain_check:
|
domain_check:
|
||||||
runs-on: Default
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user