Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #24 from hardingadonis/linter
Browse files Browse the repository at this point in the history
Add Linter
  • Loading branch information
hardingadonis authored Aug 4, 2023
2 parents 884de2d + edb55e4 commit 4be17c7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,18 @@ jobs:
- name: Build project
working-directory: ${{ github.workspace }}\build
run: cmake --build . --config Debug --target EPR
run: cmake --build . --config Debug --target EPR

lint:
name: Linter
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Super-Linter
uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Eyes Protection Reminder
> With 20:20:20 rule, this tool will get rid of your eyes problems. Enjoys!!!
[![Build Status](https://img.shields.io/github/workflow/status/hardingadonis/Eyes_Protection_Reminder/Build%20Project?style=flat)](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions)
[![Release Status](https://img.shields.io/github/workflow/status/hardingadonis/Eyes_Protection_Reminder/Lastest%20Release?label=release&style=flat)](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions)
[![Build Status](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions/workflows/build.yml/badge.svg)](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions)
[![Release Status](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions/workflows/release.yml/badge.svg)](https://github.com/hardingadonis/Eyes_Protection_Reminder/actions)
![Languages](https://img.shields.io/github/languages/top/hardingadonis/Eyes_Protection_Reminder?style=flat)
![Repo Size](https://img.shields.io/github/repo-size/hardingadonis/Eyes_Protection_Reminder?style=flat)
![License](https://img.shields.io/github/license/hardingadonis/Eyes_Protection_Reminder?style=flat)
Expand Down

0 comments on commit 4be17c7

Please sign in to comment.