Skip to content

Commit 6f11b74

Browse files
authored
Create build.yml
1 parent 7beca0f commit 6f11b74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Build
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v1
10+
- name: Build the Docker image
11+
run: docker build -t animeloop-cli .

0 commit comments

Comments
 (0)