Skip to content

Commit

Permalink
Remove extract script (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
therve authored May 12, 2022
1 parent 449570a commit 41f1c72
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
2 changes: 0 additions & 2 deletions check-examples.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

./extract-code-blocks.sh examples

bundle install
ls examples/*/*/*.rb | xargs -P $(($(nproc)*2)) -n 1 bundle exec ruby -cw && bundle exec rubocop examples/*/*/*.rb
if [ $? -ne 0 ]; then
Expand Down
81 changes: 0 additions & 81 deletions extract-code-blocks.awk

This file was deleted.

3 changes: 0 additions & 3 deletions extract-code-blocks.sh

This file was deleted.

0 comments on commit 41f1c72

Please sign in to comment.