Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0Developer committed Oct 1, 2022
1 parent 209a036 commit 6a81bea
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
name: CI

on:
push:
branches-ignore:
- "dependabot/**"
pull_request_target:
push:
branches-ignore:
- "dependabot/**"
pull_request_target:

jobs:
lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
lint:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "18"

- name: Linting
run: npx -y prettier -c .
- name: Linting
run: npx -y prettier -c .

- name: Type check
run: npx -y tsc --strict
- name: Type check
run: npx -y tsc --strict

0 comments on commit 6a81bea

Please sign in to comment.