Skip to content

Commit

Permalink
github action
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 24, 2023
1 parent 090ac89 commit 57f9d4e
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 604 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest
container: rust:1.74
steps:
- run: cargo build
56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 57f9d4e

Please sign in to comment.