Skip to content

Commit

Permalink
Fix checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sabotack committed Mar 23, 2024
1 parent 1e3ce7c commit f32bcd5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
name: Code Quality Checks

on:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read

env:
OS: ubuntu-latest

jobs:
prettier:
runs-on: $OS
runs-on: ubuntu-latest
name: Prettier
steps:
- name: git-checkout
Expand All @@ -29,7 +23,7 @@ jobs:
run: npm run format:check

lint:
runs-on: $OS
runs-on: ubuntu-latest
name: ESLint
steps:
- name: git-checkout
Expand Down

0 comments on commit f32bcd5

Please sign in to comment.