Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Feb 13, 2024
1 parent e4072fd commit 8c6289c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,23 @@

[![test](https://github.com/szapp/parsiphae-action/actions/workflows/testing.yml/badge.svg)](https://github.com/szapp/parsiphae-action/actions/workflows/testing.yml)

Github action for [Parsiphae](https://github.com/Lehona/Parsiphae), a WIP compiler for the Daedalus scripting language.
Github action for [Parsiphae](https://github.com/Lehona/Parsiphae), a WIP compiler for the Daedalus scripting language, written by and maintained by [@Lehona](https://github.com/Lehona).

## Checks

Checks are added to commits and performed on pull requests.

### Checks page

![actions-checks](.github/screenshots/actions-checks.png)

### Commit file and line annotations

![commit-checks](.github/screenshots/commit-checks.png)

### Pull request checks

![pr-checks](.github/screenshots/pr-checks.png)

## Usage

Expand Down Expand Up @@ -37,22 +53,6 @@ jobs:
file: _work/Data/Scripts/Content/Gothic.src
```
## Checks
Checks are added to commits and performed on pull requests.
### Checks page
![actions-checks](.github/screenshots/actions-checks.png)
### Commit file and line annotations
![commit-checks](.github/screenshots/commit-checks.png)
### Pull request checks
![pr-checks](.github/screenshots/pr-checks.png)
## Configuration
* `file`:
Expand Down

0 comments on commit 8c6289c

Please sign in to comment.