Skip to content

Commit

Permalink
[update]mod ci.yml for Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkenpa198 committed Mar 9, 2024
1 parent c0494a9 commit 70b0464
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Reference: [dotfilesのすゝめ | kouki’s blog](https://blog.kmdkuk.com/2022/07/16/dotfilesのすゝめ.html)
# Reference:
# - [dotfilesのすゝめ | kouki’s blog](https://blog.kmdkuk.com/2022/07/16/dotfilesのすゝめ.html)
# - [Running jobs in a container - GitHub Docs](https://docs.github.com/en/actions/using-jobs/running-jobs-in-a-container)
# - [GitHub Actionsを使って、自分用にカスタムしたArch LinuxのISOイメージを作る](https://zenn.dev/inkohx/articles/3dbe67c0db1322)
name: CI

on:
push:

jobs:
run-setup:
setup-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dotfiles on Ubuntu
- name: Setup dotfiles on Ubuntu
run: bash setup/linux/setup.sh

setup-arch:
runs-on: ubuntu-latest
container:
image: archlinux:base
steps:
- uses: actions/checkout@v4
- name: Setup dotfiles on Arch Linux
run: bash setup/linux/setup.sh

0 comments on commit 70b0464

Please sign in to comment.