@@ -24,22 +24,22 @@ jobs:
24
24
fetch-depth : 2
25
25
token : ${{ secrets.LINT_AND_COMMIT_PAT }}
26
26
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'
31
31
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
37
37
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
40
40
41
- # - name: Run eslint
42
- # run: yarn workspace @builder.io/sdks lint
41
+ - name : Run eslint
42
+ run : yarn workspace @builder.io/sdks lint
43
43
44
44
- name : " Import GPG key"
45
45
id : import-gpg
50
50
git_user_signingkey : true
51
51
git_commit_gpgsign : true
52
52
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
-
70
53
- uses : stefanzweifel/git-auto-commit-action@v5
71
54
id : auto-commit-action
72
55
with :
0 commit comments