Skip to content

Commit

Permalink
Merge pull request #1 from zimagen/add-ci
Browse files Browse the repository at this point in the history
feat: CIを追加しました
  • Loading branch information
zimagen authored Jan 10, 2024
2 parents 45292bf + 8bc7736 commit acb3f62
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/main.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 }}
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ get_download_url() {
# platform and arch mapping
case $platform in
linux)
platform="unknown-linux"
platform="unknown-linux-gnu"
;;
mac)
platform="apple-darwin"
Expand Down

0 comments on commit acb3f62

Please sign in to comment.