Skip to content

Commit

Permalink
Merge pull request #103 from grafana/102-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 b1e37b5 + 1c235c6 commit 96ccdb9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 144 deletions.
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.

68 changes: 0 additions & 68 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 96ccdb9

Please sign in to comment.