@@ 118,7 118,7 @@ steps:
- name: api_fmt
image: coresdev/stk_build_env
commands:
- - cd api
+ - cd starkingdoms-api
- rustfmt **/*.rs --check --edition 2021 --color always
environment:
SCCACHE_REGION: us-east-1
@@ 136,7 136,7 @@ steps:
- name: api_clippy
image: coresdev/stk_build_env
commands:
- - cd api
+ - cd starkingdoms-api
- cargo clippy --color always
environment:
SCCACHE_REGION: us-east-1
@@ 154,7 154,7 @@ steps:
- name: api_build
image: coresdev/stk_build_env
commands:
- - cd api
+ - cd starkingdoms-api
- cargo build --release --color always
environment:
SCCACHE_REGION: us-east-1