Skip to content

Commit cf13f2a

Browse files
authored
Update CI and deps (#40)
Closes #7
1 parent 8cb3431 commit cf13f2a

File tree

10 files changed

+578
-521
lines changed

10 files changed

+578
-521
lines changed

.github/workflows/label.yml

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

.github/workflows/unit.yml

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
# Copyright 2022 Google LLC
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
15-
name: 'unit'
1+
name: 'Unit'
162

173
on:
184
push:
@@ -28,16 +14,16 @@ concurrency:
2814
cancel-in-progress: true
2915

3016
jobs:
31-
run:
32-
name: 'unit'
33-
runs-on: '${{ matrix.os }}'
17+
unit:
3418
strategy:
3519
fail-fast: false
3620
matrix:
3721
os:
3822
- 'ubuntu-latest'
3923
- 'windows-latest'
4024
- 'macos-latest'
25+
runs-on: '${{ matrix.os }}'
26+
4127
steps:
4228
- uses: 'actions/checkout@v3'
4329

@@ -51,8 +37,8 @@ jobs:
5137
- name: 'npm lint'
5238
# There's no need to run the linter for each operating system, since it
5339
# will find the same thing 3x and clog up the PR review.
54-
if: ${{matrix.os == 'ubuntu-latest'}}
40+
if: ${{ matrix.os == 'ubuntu-latest' }}
5541
run: 'npm run lint'
5642

5743
- name: 'npm test'
58-
run: npm run test
44+
run: 'npm run test'

dist/main/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/post/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)