tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
7
fork
atom
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
Refactor CI setup to use simplified config copying
Skywatch
4 months ago
65acae17
bbaa6b6d
-4
1 changed file
expand all
collapse all
unified
split
.github
workflows
ci.yml
-4
.github/workflows/ci.yml
···
23
24
- name: Setup example config files for CI
25
run: |
26
-
cp src/constants.example.ts src/constants.ts
27
-
cp src/rules/handles/constants.example.ts src/rules/handles/constants.ts
28
-
cp src/rules/posts/constants.example.ts src/rules/posts/constants.ts
29
-
cp src/rules/profiles/constants.example.ts src/rules/profiles/constants.ts
30
cp rules/constants.example.ts rules/constants.ts
31
cp rules/handles.example.ts rules/handles.ts
32
cp rules/posts.example.ts rules/posts.ts
···
23
24
- name: Setup example config files for CI
25
run: |
0
0
0
0
26
cp rules/constants.example.ts rules/constants.ts
27
cp rules/handles.example.ts rules/handles.ts
28
cp rules/posts.example.ts rules/posts.ts