mirror of
https://github.com/status-im/github-webhook-filter.git
synced 2026-08-27 16:51:29 +00:00
ci: add github workflow
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: ci
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Deno
|
||||
uses: denoland/setup-deno@v1
|
||||
with:
|
||||
deno-version: v1.x
|
||||
|
||||
- name: Run pre-commit
|
||||
uses: pre-commit/action@v3.0.0
|
||||
|
||||
# - run: deno test
|
||||
Reference in New Issue
Block a user