Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn authored Jun 19, 2024
1 parent 3ab7805 commit d8a1360
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint Python code with ruff
name: lint
# Caching source: https://gist.github.com/gh640/233a6daf68e9e937115371c0ecd39c61?permalink_comment_id=4529233#gistcomment-4529233

on: [workflow_call]

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
Empty file added .github/workflows/master.yml
Empty file.
8 changes: 3 additions & 5 deletions .github/workflows/windows-run.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: NetExec Tests Windows

on:
workflow_run:
workflows: ["lint"]
branches: [main]
types:
- completed
pull_request:
branches: [ main ]
workflow_dispatch:

jobs:
lint:
uses: ./.github/workflows/lint/lint.yml
nxc-setup:
runs-on: windows-latest
needs: [lint]
# technique stolen from @Hackndo my best friend for life <3
steps:
- name: Create new user
Expand Down

0 comments on commit d8a1360

Please sign in to comment.