Skip to content

Commit

Permalink
test staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Dec 20, 2023
1 parent 5e69883 commit 209cf88
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Lint

on: [push, pull_request]
on:
push:
branches:
- main
- master

jobs:
unit_tests:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/staticcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "CI"
on: ["push", "pull_request"]

jobs:
ci:
name: "Run CI"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- uses: dominikh/[email protected]
with:
version: "2022.1.1"

0 comments on commit 209cf88

Please sign in to comment.