Skip to content

Commit

Permalink
misc(ci): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 22, 2024
1 parent ac6a932 commit 5394a6c
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@


name: "build"

on: [push]
on:
push:
branches:
- main
pull_request:

jobs:
check_pr:

main:
strategy:
matrix:
os: [macos-latest]

os: [macos-latest, ubuntu]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- name: setup
- name: setup ${{ matrix.os }}
run: |
cp -r $GITHUB_WORKSPACE $HOME/dotfiles && cd $HOME/dotfiles
cp -r $GITHUB_WORKSPACE $HOME/dotfiles
cd $HOME/dotfiles
make
- run: |
which zsh

0 comments on commit 5394a6c

Please sign in to comment.