mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Delete aspnetcore.yml
This commit is contained in:
parent
9710ac531e
commit
6cd921380c
1 changed files with 0 additions and 18 deletions
18
.github/workflows/aspnetcore.yml
vendored
18
.github/workflows/aspnetcore.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: ASP.NET Core CI
|
|
||||||
|
|
||||||
on: [push, pull_request]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: Setup .NET Core
|
|
||||||
uses: actions/setup-dotnet@v1
|
|
||||||
with:
|
|
||||||
dotnet-version: 2.2.108
|
|
||||||
|
|
||||||
- name: Build Backend
|
|
||||||
run: ./build.sh --settings_skipverification=true
|
|
Loading…
Add table
Add a link
Reference in a new issue