diff --git a/.github/workflows/bundler_audit.yml b/.github/workflows/bundler_audit.yml index 94502c9..12e780d 100644 --- a/.github/workflows/bundler_audit.yml +++ b/.github/workflows/bundler_audit.yml @@ -22,4 +22,3 @@ jobs: run: bundle-audit update - name: Run audit run: bundle audit - \ No newline at end of file diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 6a7181f..ea77f8b 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -26,4 +26,3 @@ jobs: bundler-cache: true - name: Run tests run: bundle exec rspec - \ No newline at end of file