Skip to content

Commit

Permalink
Create dotfiles.yml (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
timurvafin committed Jun 26, 2023
1 parent c932c63 commit 68b7124
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/dotfiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Dotfiles

on: [push, pull_request]

env:
HOMEBREW_NO_AUTO_UPDATE: "true"

jobs:
test:
name: Test
runs-on: macos-latest
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v2

- name: quality
run: |
brew install shellcheck
script/quality
- name: setup & unlink
run: |
cp -R ~/dotfiles ~/.dotfiles
script/setup.exp
script/unlink

0 comments on commit 68b7124

Please sign in to comment.