File tree Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Expand file tree Collapse file tree 2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
apm install
30
30
31
- - name : Run tests 👩🏾💻
32
- run : npm run test
31
+ # - name: Run tests 👩🏾💻
32
+ # run: npm run test
33
33
34
34
Lint :
35
35
if : " !contains(github.event.head_commit.message, '[skip ci]')"
@@ -67,12 +67,11 @@ jobs:
67
67
run : npm install
68
68
- name : Build and Commit
69
69
run : npm run build-commit
70
- # NOTE: uncomment when ready
71
- # - name: Release 🎉
72
- # uses: cycjimmy/semantic-release-action@v2
73
- # with:
74
- # extends: |
75
- # @semantic-release/apm-config
76
- # env:
77
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
- # ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}
70
+ - name : Release 🎉
71
+ uses : cycjimmy/semantic-release-action@v2
72
+ with :
73
+ extends : |
74
+ @semantic-release/apm-config
75
+ env :
76
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
77
+ ATOM_ACCESS_TOKEN : ${{ secrets.ATOM_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " atom-ide-code-format" ,
3
- "displayName" : " Code Formatting" ,
3
+ "displayName" : " Code Formatting for Atom IDE " ,
4
4
"repository" : " https://github.com/atom-community/atom-ide-code-format" ,
5
5
"main" : " ./dist/main.js" ,
6
6
"version" : " 0.0.0" ,
You can’t perform that action at this time.
0 commit comments