Skip to content

Update feeds.yml ruby version #272

Update feeds.yml ruby version

Update feeds.yml ruby version #272

Workflow file for this run

name: Jekyll Feed Tests
'on':
push:
paths:
- 'hackergotchi/*'
- 'tests/feedcheck*.rb'
- .github/workflows/feeds.yml
- planet.ini
- Gemfile
- Gemfile.lock
branches:
- master
pull_request:
paths:
- 'hackergotchi/*'
- 'tests/feedcheck*.rb'
- .github/workflows/feeds.yml
- planet.ini
- Gemfile
- Gemfile.lock
branches:
- master
workflow_dispatch:
jobs:
feed-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ruby
uses: ruby/[email protected]
with:
ruby-version: 3.2.3
bundler-cache: true
- name: Install Dependencies
run: bundler install
- name: Check Feeds
run: bundle exec ruby tests/feedcheck.rb
- name: Save Job Summary
if: failure()
run: cat error-summary.md >> $GITHUB_STEP_SUMMARY