Skip to content

Commit

Permalink
swap to shared test config/runner
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Mar 24, 2024
1 parent 167e111 commit 73fba51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 42 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * 1' # At 00:00 on Monday.

permissions:
contents: read

jobs:
Shared:
uses: fog/.github/.github/workflows/ci.yml@v1.4.0
42 changes: 0 additions & 42 deletions .github/workflows/ruby.yml

This file was deleted.

0 comments on commit 73fba51

Please sign in to comment.