From a6554e342358f9d51931f04a9d6d408dc568f19d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 20 Oct 2021 17:33:54 +0200 Subject: [PATCH] chore: Drop boilerplate comments --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4648985a..60f29f57 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,3 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. -# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake -# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby - name: Testing on: