Skip to content

Commit

Permalink
feat: CIを追加しました
Browse files Browse the repository at this point in the history
  • Loading branch information
zimagen authored Jan 10, 2024
1 parent 45292bf commit dd3b4f0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Main workflow

on:
pull_request:
push:

jobs:
plugin_test:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest

runs-on: ${{ matrix.os }}

steps:
- name: asdf_plugin_test
uses: asdf-vm/actions/plugin-test@v1
with:
command: sd --help
env:
GITHUB_API_TOKEN: ${{ github.token }}

0 comments on commit dd3b4f0

Please sign in to comment.