Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite61f3b3

Browse files
deathaxeskyronic
authored andcommitted
Add Github Actions for automated syntax tests
1 parentf97fa7c commite61f3b3

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name:CI Syntax Tests
2+
3+
on:
4+
push:
5+
branches:
6+
-'master'
7+
paths:
8+
-'.github/workflows/ci-syntax-tests.yml'
9+
-'**.sublime-syntax'
10+
-'**/syntax_test_*'
11+
-'**.tmPreferences'
12+
pull_request:
13+
branches:
14+
-'**'
15+
paths:
16+
-'.github/workflows/ci-syntax-tests.yml'
17+
-'**.sublime-syntax'
18+
-'**/syntax_test_*'
19+
-'**.tmPreferences'
20+
workflow_dispatch:
21+
22+
jobs:
23+
syntax_tests:
24+
name:Sublime Text ${{ matrix.build }}
25+
strategy:
26+
matrix:
27+
include:
28+
-build:4107
29+
packages:a147e3eb6210de480d0d9a6bd6bf54931a8ba7e9
30+
-build:latest
31+
packages:master
32+
runs-on:ubuntu-latest
33+
steps:
34+
-uses:actions/checkout@v2
35+
-uses:SublimeText/syntax-test-action@v2
36+
with:
37+
build:${{ matrix.build }}
38+
default_packages:${{ matrix.packages }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp