Skip to content

Commit

Permalink
Merge pull request #1 from rfletchr/rfletchr-testing
Browse files Browse the repository at this point in the history
Add testing badge
  • Loading branch information
rfletchr authored Aug 14, 2024
2 parents dc7d48b + 54840c6 commit 8aea6d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Go

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Test
run: go test -v ./...
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# AIR Parser
![tests](https://github.com/rfletchr/air_parser/actions/workflows/tests.yml/badge.svg)

A Go parser for [Civitai AIR](https://developer.civitai.com/docs/getting-started/ai-resource-identifier) URNs.

e.g.
Expand Down

0 comments on commit 8aea6d5

Please sign in to comment.