Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Dec 7, 2023
1 parent 66fd6b5 commit af78ec7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install -g bos-workspace

Then, create a new folder with the following structure:

```
```js
- apps
- {appname}
- bos.config.json
Expand Down Expand Up @@ -49,7 +49,6 @@ Commands:
```

> If the gateway can't fetch local components, try disabling brave shields or your adblock.
> If the commands don't work, try again using Node >=16
## Key Features
Expand Down Expand Up @@ -90,7 +89,7 @@ The build script will create a `data.json` file based on the `jsonc` and `txt` f

For instance, consider the following structure:

```
```js
- apps
- {appname}
- something.txt
Expand Down Expand Up @@ -152,7 +151,7 @@ jobs:
signer-private-key: ${{ secrets.SIGNER_PRIVATE_KEY }}
```
Adjust the workflow as needed, then configure your variables + secrets on Github Settings -> Actions -> secrets & variables. Use [near-cli-rs](https://github.com/near/near-cli-rs) for generating keypairs.
Adjust the workflow as needed, then configure your variables + secrets on GitHub Settings -> Actions -> secrets & variables. Use [near-cli-rs](https://github.com/near/near-cli-rs) for generating keypairs.
### Workflow Inputs
Expand Down

0 comments on commit af78ec7

Please sign in to comment.