Skip to content

Commit

Permalink
[trivial] Updated github checkin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Mar 2, 2024
1 parent d5111fe commit 8bf12e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 49 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ on:
- synchronize

jobs:
Style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npm ci
- name: Lint
run: npx nx run-many --target lint --no-cache
- name: Format
run: npx nx format:check
Build:
runs-on: ubuntu-latest
steps:
Expand Down
49 changes: 0 additions & 49 deletions .github/workflows/style-checker.yml

This file was deleted.

0 comments on commit 8bf12e8

Please sign in to comment.