Skip to content

Commit

Permalink
chore: remove velociraptor
Browse files Browse the repository at this point in the history
  • Loading branch information
kawarimidoll committed Jun 2, 2024
1 parent 4aae9c6 commit ac0193a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 81 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: denoland/setup-deno@v1
- uses: jurassiscripts/setup-velociraptor@v1
- name: Run CI
env:
VR_HOOKS: "false"
run: vr ci
run: deno task ci
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

[![ci](https://github.com/kawarimidoll/typograssy/workflows/ci/badge.svg)](.github/workflows/ci.yml)
[![deno.land](https://img.shields.io/badge/deno-%5E1.14.0-green?logo=deno)](https://deno.land)
[![vr scripts](https://badges.velociraptor.run/flat.svg)](https://velociraptor.run)
[![LICENSE](https://img.shields.io/badge/license-MIT-brightgreen)](LICENSE)

Generate SVG image like GitHub contribution graph (github-grass) with API.
Expand Down Expand Up @@ -113,43 +112,30 @@ All contributions are welcome!

## Develop

This project is using [Velociraptor](https://velociraptor.run/) as a task
runner.

Confirm there is `~/.deno/bin` in `$PATH` to use the scripts installed by
`deno install`.

```bash
# install velociraptor
deno install -qAn vr https://deno.land/x/velociraptor/cli.ts
# install hook
vr
```

The scripts are defined in [velociraptor.yml](velociraptor.yml).
See defined tasks to run `deno task`.

### Local run

```bash
vr server
deno task run
```

### Format files

```bash
vr fmt
deno task fmt
```

### Lint files

```bash
vr lint
deno task lint
```

### Run tests

```bash
vr test
deno task test
```

## Related pages
Expand Down
58 changes: 0 additions & 58 deletions velociraptor.yml

This file was deleted.

0 comments on commit ac0193a

Please sign in to comment.