Skip to content

Commit

Permalink
random
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-1004 committed Jul 10, 2023
1 parent a0633db commit af374b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/packaging-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on: [push]

jobs:
Validation:
runs-on: ubuntu-latest
steps:
- name: ShellCheck
run: |
sudo apt install -y shellcheck
if ! shellcheck -S error NfsDiagnostics/nfsclientlogs.sh SMBDiagnostics/smbclientlogs.sh; then echo "ShellCheck Failed"; exit 1; fi
package:
runs-on: ubuntu-latest

Expand All @@ -21,15 +15,21 @@ jobs:
# name: version
# path: packaging

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

- name: Set up environment
run: |
sudo apt install -y shellcheck
sudo apt install -y rpm
sudo apt install -y build-essential
sudo apt install -y debhelper
- name: Checkout Repository
uses: actions/checkout@v3

- name: ShellCheck-Validation
run: |
if ! shellcheck -S error NfsDiagnostics/nfsclientlogs.sh SMBDiagnostics/smbclientlogs.sh; then echo "ShellCheck Failed"; exit 1; fi
- name: Build Packages
run: |
cd packaging
Expand Down

0 comments on commit af374b7

Please sign in to comment.