Skip to content

Commit

Permalink
chore: improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Aug 1, 2023
1 parent cdc2c9f commit 69069fe
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 59 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/build-test.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/create-sentry-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create a Sentry release
on:
push:
branches:
- 'main'
jobs:
create-sentry-release:
uses: snapshot-labs/actions/.github/workflows/create-sentry-release.yml@main
with:
project: snapshot-hub
secrets: inherit
13 changes: 3 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
name: Lint

on: [push]

jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn
- run: yarn lint:nofix
- run: yarn typecheck
uses: snapshot-labs/actions/.github/workflows/lint.yml@main
secrets: inherit
File renamed without changes.
22 changes: 0 additions & 22 deletions .github/workflows/sentry-release.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Test

on: [push]

jobs:
test:
uses: snapshot-labs/actions/.github/workflows/test.yml@main
secrets: inherit
with:
mysql_database_name: hub_test

0 comments on commit 69069fe

Please sign in to comment.