Skip to content

Commit

Permalink
test: CI 動作確認
Browse files Browse the repository at this point in the history
  • Loading branch information
KeitaSHIBUYA committed Feb 21, 2024
1 parent 1947055 commit 93e4862
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,3 @@ jobs:
- name: Install dotfiles
run: |
bin/install.sh
alpine:
runs-on: ubuntu-latest
container: alpine:latest
steps:
- uses: actions/checkout@v1
- name: Install required packages
run: apk add git sudo bash
- name: Install dotfiles
run: |
bin/install.sh
arch:
runs-on: ubuntu-latest
container: archlinux/base:latest
steps:
- uses: actions/checkout@v1
- name: Update packages
run: pacman -Syu --noconfirm
- name: Install required packages
run: pacman -S --noconfirm git sudo
- name: Install dotfiles
run: |
bin/install.sh

0 comments on commit 93e4862

Please sign in to comment.