fog-local icon indicating copy to clipboard operation
fog-local copied to clipboard

Enable CI on GH Actions

Open amatsuda opened this issue 1 year ago • 0 comments

Currently, CI on this repo is not running https://github.com/fog/fog-local/actions/workflows/ruby.yml since fog/.github workflow has been renamed from "ruby" to "ci" via https://github.com/fog/.github/commit/e2424dd8d7f59adff152f5f1aef16f24d32978c3

This patch enables the CI by following the upstream rename. Also, this patch renames the YAML filename from ruby.yml to ci.yml for better consistency with the upstream and other fog-* repos.

amatsuda avatar Nov 01 '24 09:11 amatsuda