Merge branch 'master' of https://github.com/tunisiano187/Chocolatey-p… #192
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Package improver | |
on: | |
push: | |
branches: [master] | |
jobs: | |
updater: | |
runs-on: windows-2022 | |
defaults: | |
run: | |
shell: powershell | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 100 | |
- name: Configure git client | |
run: | | |
git config --global user.email "helpdesk.choc@gmail.com" | |
git config --global user.name "Tunisiano" | |
git config --global core.safecrlf false | |
git checkout master | |
- name: Checking nuspec errors | |
run: | | |
scripts\checks.ps1 |