mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 18:15:19 +00:00
8 lines
153 B
YAML
8 lines
153 B
YAML
name: Continuous Integration (Commit)
|
|
on:
|
|
push:
|
|
# run per commit ci checks against this commit
|
|
jobs:
|
|
lint:
|
|
uses: ./.github/workflows/ci-lint.yml
|