Sh runner (#297)

* set self-hosted runner
* set GH runner for pylint
* fix upload to storage
* add workspace cleanup for CI
This commit is contained in:
rusdacent 2021-01-07 19:10:07 +03:00 committed by GitHub
parent b7210eaf0e
commit c70ed2f349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,9 @@ jobs:
build:
runs-on: [self-hosted]
steps:
- name: Cleanup workspace
uses: AutoModality/action-clean@v1
- name: Checkout code
uses: actions/checkout@v2
with: