Skip to content

Commit a98a1be

Browse files
committed
cleanup script
f
1 parent 65a50fb commit a98a1be

File tree

3 files changed

+13
-43
lines changed

3 files changed

+13
-43
lines changed

.github/workflows/lint-and-commit.yml

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ jobs:
2424
fetch-depth: 2
2525
token: ${{ secrets.LINT_AND_COMMIT_PAT }}
2626

27-
# - name: Use Node.js
28-
# uses: actions/setup-node@v4
29-
# with:
30-
# node-version: '18.x'
27+
- name: Use Node.js
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: '18.x'
3131

32-
# - name: 📥 Monorepo install
33-
# uses: ./.github/actions/yarn-nm-install
34-
# with:
35-
# cache-node-modules: true
36-
# cache-install-state: true
32+
- name: 📥 Monorepo install
33+
uses: ./.github/actions/yarn-nm-install
34+
with:
35+
cache-node-modules: true
36+
cache-install-state: true
3737

38-
# - name: Run prettier
39-
# run: yarn workspace @builder.io/root lint:fix
38+
- name: Run prettier
39+
run: yarn workspace @builder.io/root lint:fix
4040

41-
# - name: Run eslint
42-
# run: yarn workspace @builder.io/sdks lint
41+
- name: Run eslint
42+
run: yarn workspace @builder.io/sdks lint
4343

4444
- name: "Import GPG key"
4545
id: import-gpg
@@ -50,23 +50,6 @@ jobs:
5050
git_user_signingkey: true
5151
git_commit_gpgsign: true
5252

53-
# - run: ./scripts/lint-and-commit.sh
54-
# shell: bash
55-
# env:
56-
# PRIVATE_KEY: ${{secrets.LINT_AND_COMMIT_GPG_PRIVATE_KEY}}
57-
# PUBLIC_KEY: ${{secrets.LINT_AND_COMMIT_GPG_PUBLIC_KEY}}
58-
# KEY_ID: ${{ secrets.LINT_AND_COMMIT_GPG_KEY_ID }}
59-
60-
- name: add changes
61-
# git config --global user.email "[email protected]"
62-
# git config --global user.name "builderio-bot"
63-
# git config --global user.signingkey ${{ secrets.LINT_AND_COMMIT_GPG_KEY_ID }}
64-
# git config --global commit.gpgsign true
65-
# git add .
66-
# git commit -S -m "This commit is signed!"
67-
# git push
68-
run: echo foo > bar.txt
69-
7053
- uses: stefanzweifel/git-auto-commit-action@v5
7154
id: auto-commit-action
7255
with:

bar.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/lint-and-commit.sh

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)