We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f4031 commit e50dccaCopy full SHA for e50dcca
.github/workflows/ci.yml
@@ -1,26 +1,3 @@
1
-# name : CI
2
-
3
-# on:
4
-# push:
5
-# branches:
6
-# -main
7
8
-# pull_request:
9
10
11
12
-# jobs:
13
-# builds:
14
-# runs-on: ubuntu-latest
15
-# steps:
16
-# -uses: actions/checkout@v2
17
-# -name: Install dependencies
18
-# run: yarn
19
-# -name: Build packages
20
-# run: yarn build
21
-# -name: Automated test
22
-# run: yarn test
23
24
name: Build & test CI
25
26
on:
0 commit comments