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