Skip to content

Commit

Permalink
Merge pull request #34 from grafana/33-validate-workflow
Browse files Browse the repository at this point in the history
Use the Validate workflow from grafana/k6-extension-workflows
  • Loading branch information
szkiba authored Nov 28, 2024
2 parents 8066366 + 4e38afb commit 784f5a7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 145 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/docs.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/lint.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/test.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Validate

on:
workflow_dispatch:
push:
branches: ["main", "master"]
pull_request:
branches: ["main", "master"]

jobs:
validate:
name: Validate
uses: grafana/k6-extension-workflows/.github/workflows/[email protected]

0 comments on commit 784f5a7

Please sign in to comment.