Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeSmo committed Jun 3, 2024
1 parent 08f0d4a commit ec8f094
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,6 @@ name: Publish
on: [push, pull_request]

jobs:
static_analysis:
name: Static Analysis

runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.11"
architecture: x64

- name: Download packages
run: |
python3.11 -m pip install --upgrade pip
python3.11 -m pip install refurb mypy
- name: mypy
run: python3.11 -m mypy foundry scribe smb3parse

- name: refurb
run: python3.11 -m refurb foundry scribe smb3parse


set_nightly_tag:
name: Set nightly tag on dev
if: startsWith(github.ref, 'refs/heads/dev')
Expand Down

0 comments on commit ec8f094

Please sign in to comment.