forked from StudioInfinity/dyna3
doc: Clarify the destination of checkout, remove investigative steps
This commit is contained in:
parent
d768a39c7a
commit
30bdf05f78
1 changed files with 3 additions and 7 deletions
|
@ -20,14 +20,10 @@ jobs:
|
||||||
# it wouldn't be recognized anyway)
|
# it wouldn't be recognized anyway)
|
||||||
working-directory: app-proto
|
working-directory: app-proto
|
||||||
steps:
|
steps:
|
||||||
# check out the repository to the workspace directory. in the action
|
# Check out the repository so that its top-level directory is the
|
||||||
# description, you can get and set the workspace directory through the
|
# workspace directory (action variable `github.workspace`, environment
|
||||||
# `github.workspace` and `env.GITHUB_WORKSPACE` labels, which always have
|
# variable `$GITHUB_WORKSPACE`):
|
||||||
# the same value. in the container, you can get the workspace directory
|
|
||||||
# from the `GITHUB_WORKSPACE` environment variable
|
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- uses: ./.forgejo/setup-trunk
|
- uses: ./.forgejo/setup-trunk
|
||||||
- run: echo $GITHUB_WORKSPACE
|
|
||||||
- run: ls ..
|
|
||||||
- run: RUSTFLAGS='-D warnings' cargo test
|
- run: RUSTFLAGS='-D warnings' cargo test
|
Loading…
Add table
Reference in a new issue