mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Move linter file
This commit is contained in:
parent
822e734a4e
commit
cc58c48c9b
2 changed files with 4 additions and 2 deletions
6
.github/workflows/test-on-pr.yml
vendored
6
.github/workflows/test-on-pr.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Run Unit Tests
|
||||
name: Run tests
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,9 @@ on:
|
|||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
unit-test:
|
||||
name: Run unit tests and linting
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue