Skip to content

Commit

Permalink
let's start by testsing ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 9, 2022
1 parent f0fc925 commit 0a3c661
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: build
on:
push:
branches:
- '**'
jobs:
testings:
name: Check code formatting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
java-package: jdk
cache: 'maven'
- name: docker_ps
run: docker ps

0 comments on commit 0a3c661

Please sign in to comment.