diff --git a/.github/main.yml b/.github/workflows/ci.yml similarity index 94% rename from .github/main.yml rename to .github/workflows/ci.yml index 0063b071..d3c61c8c 100644 --- a/.github/main.yml +++ b/.github/workflows/ci.yml @@ -57,4 +57,4 @@ jobs: run: bundle exec rubocop --fail-level F - name: Run RSpec - run: bundle exec rspec + run: bundle exec rspec \ No newline at end of file