Skip to content

Commit

Permalink
Merge pull request #5 from Starflight-code/testing
Browse files Browse the repository at this point in the history
Preset Update
  • Loading branch information
Starflight-code authored Nov 6, 2023
2 parents 3161a1e + 061d9b9 commit 854df71
Show file tree
Hide file tree
Showing 33 changed files with 1,046 additions and 1,174 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[*.cs]
csharp_new_line_before_open_brace = none
28 changes: 28 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
15 changes: 10 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
bin/Release/*
obj/Release/*
obj/Debug/*
bin/Debug/*
# Debug Files
bin/*
obj/*
data.db
obj/*
presets/*
.vscode/*
.vs/*

# C# Internal Files
obj/*
presets/*
22 changes: 0 additions & 22 deletions .vs/Youtube-DL-Frontend/xs/UserPrefs.xml

This file was deleted.

24 changes: 0 additions & 24 deletions .vscode/launch.json

This file was deleted.

41 changes: 0 additions & 41 deletions .vscode/tasks.json

This file was deleted.

Loading

0 comments on commit 854df71

Please sign in to comment.