Skip to content

Commit

Permalink
Extract phlex-rails and phlex.fun
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 17, 2022
1 parent c568118 commit 8da31bf
Show file tree
Hide file tree
Showing 186 changed files with 8 additions and 3,917 deletions.
54 changes: 8 additions & 46 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,58 +14,20 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: phlex/setup
- name: Setup
uses: ruby/setup-ruby@v1
with:
working-directory: ./phlex
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
bundler-cache: false

- name: phlex/tests
- name: Bundle Install
run: bundle install

- name: Tests
run: bundle exec sus
working-directory: ./phlex

- name: phlex/type-check
- name: Type-check
run: bundle exec solargraph typecheck --level typed
working-directory: ./phlex

- name: phlex/rubocop
- name: Rubocop
run: bundle exec rubocop
working-directory: ./phlex


- name: phlex-rails/setup
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
working-directory: ./phlex-rails

- name: phlex-rails/tests
run: bundle exec sus
working-directory: ./phlex-rails

docs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs

steps:
- uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
working-directory: ./docs
ruby-version: "3.2"
bundler-cache: true

- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"

- name: Build docs
run: bundle exec ./build.rb
62 changes: 0 additions & 62 deletions .github/workflows/docs.yml

This file was deleted.

14 changes: 0 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,3 @@ group :test do
gem "memory_profiler"
gem "covered"
end

group :rails do
gem "combustion"
end

group :docs do
gem "filewatcher"
gem "htmlbeautifier"
gem "redcarpet"
gem "markly"
gem "webrick"
gem "rouge"
gem "kramdown"
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions docs/Gemfile

This file was deleted.

3 changes: 0 additions & 3 deletions docs/Procfile.dev

This file was deleted.

32 changes: 0 additions & 32 deletions docs/assets/application.css

This file was deleted.

Binary file removed docs/assets/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/bin/dev

This file was deleted.

26 changes: 0 additions & 26 deletions docs/build.rb

This file was deleted.

9 changes: 0 additions & 9 deletions docs/components/callout.rb

This file was deleted.

26 changes: 0 additions & 26 deletions docs/components/code_block.rb

This file was deleted.

9 changes: 0 additions & 9 deletions docs/components/code_span.rb

This file was deleted.

32 changes: 0 additions & 32 deletions docs/components/example.rb

This file was deleted.

9 changes: 0 additions & 9 deletions docs/components/heading.rb

This file was deleted.

Loading

0 comments on commit 8da31bf

Please sign in to comment.