Skip to content

Commit

Permalink
Fix CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista committed Jan 26, 2024
1 parent a71dfe1 commit 70c9c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
name: Main

jobs:
check:
build:
name: Build
runs-on: ubuntu-latest
steps:
Expand All @@ -16,7 +16,7 @@ jobs:
run: cargo install cargo-deb
- name: Package .deb
run: cargo deb
check:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 70c9c6a

Please sign in to comment.