diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index a42fb46..5653545 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -3,7 +3,8 @@ name: Actions on: push: branches: - - main + - '*' + - '!gauntlet/release' pull_request: branches: - main @@ -25,19 +26,3 @@ jobs: run: yarn install --frozen-lockfile - name: Build plugins run: yarn build - lint: - name: Lint Plugins - runs-on: docker - container: www.coastalcommits.com/cswimr/actions:yarn - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 18 - cache: 'yarn' - - name: Install dependencies - run: yarn install --frozen-lockfile - - name: Lint plugins - run: yarn lint diff --git a/package.json b/package.json index d460680..0fb4817 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "publish": "gauntlet publish", "build": "gauntlet build", "dev": "gauntlet dev", - "lint": "prettier-eslint \"src/**/*.tsx\"", - "lint:write": "yarn lint --write" + "format": "eslint --fix ." }, "dependencies": { "@project-gauntlet/api": "0.12.0",