mirror of
https://github.com/edu4rdshl/rusolver.git
synced 2026-07-17 23:24:55 +00:00
Add funding + github actions.
This commit is contained in:
parent
d258a3a21f
commit
24175b0fe2
2 changed files with 16 additions and 0 deletions
3
.github/FUNDING.yml
vendored
Normal file
3
.github/FUNDING.yml
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
patreon: edu4rdshl
|
||||
open_collective: findomain
|
||||
custom: ["https://paypal.me/sechacklabs"]
|
||||
13
.github/workflows/build.yml
vendored
Normal file
13
.github/workflows/build.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: Github Actions
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue