Skip to content

Commit

Permalink
fix: checkout and split
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Aug 6, 2024
1 parent 006d360 commit a30c326
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: checks
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9

- run: pnpm install
- run: eslint .
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9

- run: pnpm install
- run: prettier .
14 changes: 0 additions & 14 deletions .github/workflows/eslint.yml

This file was deleted.

0 comments on commit a30c326

Please sign in to comment.