diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df96e09..fc23e87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,13 @@ name: Prettier on: [push, pull_request] - jobs: prettier: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 20 - run: npm ci - - run: npx prettier --check . \ No newline at end of file + - run: npx prettier --check .