mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
rename more
This commit is contained in:
parent
858fd4924a
commit
ca88ecfad3
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: arch tools tests
|
||||
name: plano tools tests
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
@ -10,7 +10,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
arch_tools_tests:
|
||||
plano_tools_tests:
|
||||
runs-on: ubuntu-latest-m
|
||||
defaults:
|
||||
run:
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
- name: install arch tools
|
||||
- name: install plano tools
|
||||
run: |
|
||||
poetry install
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue