Skip to content

Commit

Permalink
Merge pull request #6 from LinuxSuRen/chore/pr-action
Browse files Browse the repository at this point in the history
chore: do the docker build validation
  • Loading branch information
LinuxSuRen authored Oct 19, 2023
2 parents 06fbd69 + 6290908 commit b90311f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build

on:
- pull_request

jobs:
BuildImage:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.0.0
- name: Image
run: docker build .

0 comments on commit b90311f

Please sign in to comment.