File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 40
40
with :
41
41
token : ${{ secrets.GITHUB_TOKEN }}
42
42
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
43
- checkName : " Rat Check"
43
+ checkName : " Rat Check 🐀 "
44
44
ref : ${{ github.event.pull_request.head.sha || github.sha }}
45
45
46
46
- name : Check Scala format ✅
49
49
with :
50
50
token : ${{ secrets.GITHUB_TOKEN }}
51
51
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
52
- checkName : " Scala code is properly formatted "
52
+ checkName : " Scala Code Format "
53
53
ref : ${{ github.event.pull_request.head.sha || github.sha }}
54
54
55
55
- name : Check TypeScript format ✅
87
87
# This check name is defined as the github action job name (in .github/workflows/testing.yaml)
88
88
checkName : " Build middleware ubuntu-20.04 🔧"
89
89
ref : ${{ github.event.pull_request.head.sha || github.sha }}
90
-
90
+
91
91
- name : Check tests - Windows ✅
92
92
uses : fountainhead/action-wait-for-check@v1.2.0
93
93
id : windows-tests
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cmake_minimum_required(VERSION 3.13)
13
13
14
14
# Project information
15
15
project (omega_edit
16
- VERSION 0.9.80
16
+ VERSION 0.9.81
17
17
DESCRIPTION "Apache open source library for building editors"
18
18
HOMEPAGE_URL "https://github.com/ctc-oss/omega-edit"
19
19
LANGUAGES C CXX )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/core" ,
3
- "version" : " 0.9.80 " ,
3
+ "version" : " 0.9.81 " ,
4
4
"private" : " true" ,
5
5
"description" : " OmegaEdit Client and Server" ,
6
6
"publisher" : " CTC-OSS" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/client" ,
3
- "version" : " 0.9.80 " ,
3
+ "version" : " 0.9.81 " ,
4
4
"description" : " OmegaEdit gRPC Client" ,
5
5
"publisher" : " ctc-oss" ,
6
6
"exports" : " ./out/main.js" ,
45
45
},
46
46
"dependencies" : {
47
47
"@grpc/grpc-js" : " 1.10.4" ,
48
- "@omega-edit/server" : " 0.9.80 " ,
48
+ "@omega-edit/server" : " 0.9.81 " ,
49
49
"@types/google-protobuf" : " 3.15.12" ,
50
50
"google-protobuf" : " 3.21.2" ,
51
51
"pid-port" : " 0.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @omega-edit/server" ,
3
- "version" : " 0.9.80 " ,
3
+ "version" : " 0.9.81 " ,
4
4
"description" : " OmegaEdit gRPC Server" ,
5
5
"publisher" : " ctc-oss" ,
6
6
"exports" : " ./out/index.js" ,
You can’t perform that action at this time.
0 commit comments