Skip to content

updating title for nnj dsa pr #254

updating title for nnj dsa pr

updating title for nnj dsa pr #254

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
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