Skip to content

pop-location https://github.com/tunisiano187/Chocolatey-packages/issu… #98

pop-location https://github.com/tunisiano187/Chocolatey-packages/issu…

pop-location https://github.com/tunisiano187/Chocolatey-packages/issu… #98

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 "[email protected]"
git config --global user.name "Tunisiano"
git config --global core.safecrlf false
git checkout master
- name: Checking nuspec errors
run: |
scripts\checks.ps1