We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38dd70 commit 00c67e2Copy full SHA for 00c67e2
2 files changed
.github/workflows/build.yml
@@ -4,13 +4,13 @@ on:
4
jobs:
5
build:
6
runs-on: ubuntu-latest
7
+ permissions:
8
+ contents: write
9
steps:
10
- uses: actions/checkout@v2
11
- uses: ruby/setup-ruby@v1
12
with:
13
bundler-cache: true
- - name: Install dependencies
- run: bundle install
14
- name: Build
15
run: |
16
git config user.name github-actions
.gitignore
@@ -1,2 +1,4 @@
1
.DS_Store
2
.ipynb_ckeckpoints
3
+.bundle/
+vendor/
0 commit comments