Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Nov 19, 2024
1 parent dbd99dd commit 08c0662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Continuous Integration
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

env:
PNPM_VERSION: latest
Expand All @@ -18,15 +18,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: pnpm

- uses: pnpm/action-setup@v4
with:
version: ${{ env.PNPM_VERSION }}

- run: pnpm install

- run: pnpm run lint
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import eslintPluginAstro from "eslint-plugin-astro";
import stylistic from "@stylistic/eslint-plugin";

// TODO: Migrate to https://eslint.style/guide/getting-started

export default [
...eslintPluginAstro.configs.recommended,
{
Expand Down

0 comments on commit 08c0662

Please sign in to comment.