Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed Jul 5, 2023
0 parents commit d11f8a1
Show file tree
Hide file tree
Showing 5 changed files with 521 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: SourcePawn CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, reopened, synchronize]

jobs:
ci:
name: SourcePawn CI
uses: KatsuteTF/Workflows/.github/workflows/ci.yml@main
with:
file: Mini.sp
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Release
on:
release:
types: [published]

jobs:
release:
name: Release Plugin
uses: KatsuteTF/Workflows/.github/workflows/release.yml@main
with:
file: Mini.sp
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit d11f8a1

Please sign in to comment.