Skip to content

Commit 339d624

Browse files
SchnizHerringtonDarkholme
authored andcommitted
remove comments and redundant github workflow items
1 parent bc99d0d commit 339d624

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/styling.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,15 @@
1-
# This is a basic workflow to help you get started with Actions
2-
31
name: Styling
2+
on: [pull_request]
43

5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
7-
on:
8-
push:
9-
branches: [ master ]
10-
pull_request:
11-
12-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
134
jobs:
14-
# This workflow contains a single job called "build"
155
build:
16-
# The type of runner that the job will run on
176
runs-on: ubuntu-latest
187

19-
# Steps represent a sequence of tasks that will be executed as part of the job
208
steps:
21-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
229
- uses: actions/checkout@v2
2310
- name: install deps
2411
run: npm install
2512

26-
# Runs a single command using the runners shell
2713
- name: Store html files
2814
run: |
2915
for file in "test/test.tsx" "test/test.ts"; do

0 commit comments

Comments
 (0)