Create workflow

This commit is contained in:
EpicPix 2021-10-30 15:50:46 +02:00 committed by GitHub
parent 6dd9a0df68
commit 48aa35ac10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Test.class
run: javac testdata/Test.java
- name: Run
working-directory: crates/file-info/
run: cargo +nightly run ../../testdata/Test.class