Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthri authored Jun 7, 2024
2 parents b43c424 + aee4482 commit 7a3de12
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/check-eol.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check End-of-Line Sequences
run-name: Check End-of-Line Sequences

on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]

jobs:
check-eol:
uses: Arthri/check-eol/.github/workflows/check-eol.yml@v1
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:

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

- name: Setup .NET
id: setup-dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Setup Environment
env:
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: dotnet pack -warnaserror -c Release -p:EXPOSE_CI_VARIABLES=true ${{ inputs.project-path }}

- name: Upload Output
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: |
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 7a3de12

Please sign in to comment.