From 520ce28cf4650025e9f46302c0b0646d23824d1b Mon Sep 17 00:00:00 2001 From: Ahmad Farhat Date: Thu, 28 Jan 2021 19:31:33 -0500 Subject: [PATCH] Move yml file to workflows (#2491) --- .github/{main.yml => workflows/ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{main.yml => workflows/ci.yml} (94%) 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