Skip to content

Commit

Permalink
Merge pull request #86 from 178inaba/test-actions
Browse files Browse the repository at this point in the history
Add test-actions
  • Loading branch information
178inaba committed Mar 19, 2024
2 parents 52de3d7 + 16f6d4a commit 8278fe5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions test-actions/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test Actions

description: This is test.

runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.22'

0 comments on commit 8278fe5

Please sign in to comment.