Skip to content

Commit

Permalink
Merge pull request #20 from octokit-cr/adopt-vendoring
Browse files Browse the repository at this point in the history
Adopt vendoring
  • Loading branch information
GrantBirki authored Sep 24, 2024
2 parents bed54ab + 2096d04 commit c4d898e
Show file tree
Hide file tree
Showing 223 changed files with 348 additions and 15,254 deletions.
4 changes: 3 additions & 1 deletion .ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Style/NegatedConditionsInUnless:
Naming/BlockParameterName:
Enabled: false

# exclude all files in vendor/cache
Globs:
- "**/*.cr"
- "!lib"
- "!spec/acceptance/acceptance.cr"
- "!vendor"
- "!tmp"
2 changes: 1 addition & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
crystal: ${{ steps.crystal-version.outputs.crystal }}

- name: bootstrap
run: script/bootstrap
run: script/bootstrap --ci

- name: acceptance
run: script/acceptance
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
crystal: ${{ steps.crystal-version.outputs.crystal }}

- name: bootstrap
run: script/bootstrap
run: script/bootstrap --ci

- name: lint
run: script/lint
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
with:
crystal: ${{ steps.crystal-version.outputs.crystal }}

- name: bootstrap
run: script/bootstrap --ci

- name: test
run: script/test
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
.cache/shards/*
tmp/
bin/
!vendor/bin/
!vendor/darwin_arm64/bin/
!vendor/darwin_x86_64/bin/
!vendor/linux_x86_64/bin/
.shards/
*.dwarf
dist/
vendor/shards/install
vendor/.cache


# non-critical vendored crystal files
lib/**/.github/
Expand Down
15 changes: 0 additions & 15 deletions lib/.shards.info

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ameba/.ameba.yml

This file was deleted.

4 changes: 0 additions & 4 deletions lib/ameba/.dockerignore

This file was deleted.

7 changes: 0 additions & 7 deletions lib/ameba/.editorconfig

This file was deleted.

9 changes: 0 additions & 9 deletions lib/ameba/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions lib/ameba/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions lib/ameba/LICENSE

This file was deleted.

34 changes: 0 additions & 34 deletions lib/ameba/Makefile

This file was deleted.

Loading

0 comments on commit c4d898e

Please sign in to comment.