Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte committed Feb 10, 2024
1 parent 7753098 commit 0874dd1
Show file tree
Hide file tree
Showing 27 changed files with 18,847 additions and 18,848 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

on:
push:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Validate PR

on:
pull_request:
branches: [ "main" ]
pull_request:
branches: ["main"]

jobs:
build:
Expand Down
41 changes: 20 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# LBA Gamequotes

This repository contains the text from the Little Big Adventure games.
The text is stored in separate JSON files.

# Development

The `jq` utility is used for a lot of parts in the development process.

## Building

The quotes are stored in separate JSON files for each game, based on the TEXT
resource file entry.

These sperate files can be bundled into a single JSON file with the
`bin/merge.sh` shell script.

```
bin/merge.sh lba1 lba2
```

# LBA Gamequotes

This repository contains the text from the Little Big Adventure games.
The text is stored in separate JSON files.

# Development

The `jq` utility is used for a lot of parts in the development process.

## Building

The quotes are stored in separate JSON files for each game, based on the TEXT
resource file entry.

These sperate files can be bundled into a single JSON file with the
`bin/merge.sh` shell script.

```
bin/merge.sh lba1 lba2
```
Loading

0 comments on commit 0874dd1

Please sign in to comment.