Skip to content

Commit

Permalink
Merge pull request #14 from HamletTanyavong/dev
Browse files Browse the repository at this point in the history
Add DevApp to .gitignore
  • Loading branch information
HamletTanyavong authored Oct 19, 2023
2 parents 66f2ab1 + ed39086 commit 4bbce44
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 26 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ['ubuntu-latest']
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
actions: read
Expand All @@ -26,19 +26,19 @@ jobs:
language: [ 'csharp' ]

steps:
- name: Checkout repository
- name: Checkout Repository
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-documentation-site.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generate documentation for Mathematics.NET

name: generate-pages
name: "Generate Documentation Site"

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Dotnet Setup
- name: Setup Dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore

# Manually-added items
/src/Mathematics.NET.DevApp/*.cs
/src/Mathematics.NET.DevApp/
*.runsettings

# User-specific files
Expand Down
16 changes: 0 additions & 16 deletions src/Mathematics.NET.DevApp/Mathematics.NET.DevApp.csproj

This file was deleted.

0 comments on commit 4bbce44

Please sign in to comment.