Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Dec 2, 2023
1 parent 8b28cb0 commit 5c39b7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: scripts/install.sh
- run: scripts/setup_ci.sh
- run: bundle exec rspec
spellr:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions scripts/setup_ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

# we assume this is checked out to ~/.dotfiles
ln -s $PWD ~/.dotfiles
~/.dotfiles/scripts/install.sh
git config --global commit.gpgsign false

0 comments on commit 5c39b7a

Please sign in to comment.