Skip to content

Refactor error handling and status message update in rss-view.js #38

Refactor error handling and status message update in rss-view.js

Refactor error handling and status message update in rss-view.js #38

Workflow file for this run

name: hexlet-check
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}