Skip to content

Commit

Permalink
feat: add ci for map gen
Browse files Browse the repository at this point in the history
  • Loading branch information
varoOP committed Sep 20, 2023
1 parent ec0486a commit b67bc6b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/gen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: genMap

on:
push:
branches:
- main

permissions:
contents: write

jobs:
gentmdb-mal:
name: GenerateTMDB-MAL
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: SetupShinkrodb
uses: supplypike/setup-bin@v3
with:
uri: "https://github.com/varoOP/shinkrodb/releases/download/v0.1.1/shinkrodb_v0.1.1_linux_amd64.tar.gz"
name: "shinkrodb"
version: "0.1.1"

- name: GenerateMap
run: |
shinkrodb genmap
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update tmdb-mal.yaml

0 comments on commit b67bc6b

Please sign in to comment.