Skip to content

Commit

Permalink
Update workflows and status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Dec 18, 2024
1 parent 199fa36 commit b02c285
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 33 deletions.
File renamed without changes.
29 changes: 0 additions & 29 deletions .github/workflows/eslint.yml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Type-Checking"
name: "Linting"

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
fetch-depth: 1

- uses: actions/setup-node@v4
with:
Expand All @@ -25,5 +25,8 @@ jobs:
- name: Install modules
run: npm ci

- name: Linting
run: npm run lint:check

- name: Type-Checking
run: npm run check
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FRISTENKALENDER SPA

![Build status badge](https://github.com/OLILHR/fristenkalender-spa/workflows/Building/badge.svg)
![Eslint status badge](https://github.com/OLILHR/fristenkalender-spa/workflows/Linting/badge.svg)
![Type-Checking status badge](https://github.com/OLILHR/fristenkalender-spa/workflows/Type-Checking/badge.svg)
![Prettier status badge](https://github.com/OLILHR/fristenkalender-spa/workflows/Formatting/badge.svg)
![Prettier status badge](https://github.com/OLILHR/fristenkalender-spa/Formatting/badge.svg)
![PlayWright status badge](https://github.com/OLILHR/fristenkalender-spa/workflows/E2E-Testing/badge.svg)

### ⚙️ Setting up development environment
Expand Down

0 comments on commit b02c285

Please sign in to comment.