summaryrefslogtreecommitdiff
path: root/.github/workflows/bundled_gems.yml
blob: 8377b922480926c8db0afa56b39c2cbdd4ae3db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "Update bundled_gems"

on:
  schedule:
    - cron: '10 8 * * *'

jobs:
  Update-bundled_gems:

    runs-on: ubuntu-latest

    steps:
    - name: Checkout repository
      uses: actions/checkout@v2

    - name: Update
      run: |
        ruby -rrubygems tool/update-bundled_gems.rb gems/bundled_gems |
        tool/ifchange gems/bundled_gems -
        git diff --no-ext-diff --ignore-submodules --exit-code