Skip to content

Commit

Permalink
Create oat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleelakrishna authored Jun 23, 2022
1 parent e01bae2 commit d8ab8b6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/oat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
hello_world_job:
runs-on: windows-latest
name: Build and Analyse
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- id: main
uses: Applib-Learning/[email protected]

0 comments on commit d8ab8b6

Please sign in to comment.