Skip to content

Commit

Permalink
ci: create say-hello workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sazanik committed Nov 14, 2024
1 parent a2a9fe9 commit 5914b44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: lint-check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '23.x'
cache: 'npm'
- run: make install
- run: make lint
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Hexlet tests and linter status:
[![Actions Status](https://github.com/sazanik/backend-project-lvl1/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/sazanik/backend-project-lvl1/actions)
[![lint-check](https://github.com/sazanik/backend-project-lvl1/actions/workflows/lint-check.yml/badge.svg?event=push)](https://github.com/sazanik/backend-project-lvl1/actions/workflows/lint-check.yml)

[![Maintainability](https://api.codeclimate.com/v1/badges/9ff520ee5368a3db6146/maintainability)](https://codeclimate.com/github/sazanik/backend-project-lvl1/maintainability)

Expand Down

0 comments on commit 5914b44

Please sign in to comment.