Skip to content

Commit

Permalink
Migrate to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb committed May 16, 2024
1 parent 9f5f658 commit cb7ef2a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 46 deletions.
46 changes: 0 additions & 46 deletions .drone.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: test

on:
pull_request: {}
push:
branches:
- master

jobs:
test:
runs-on : ubuntu-latest
container:
image: rancher/dapper:v0.6.0
steps:
- name: Add Git
run: apk add -U git
- name: Checkout code
# https://github.com/actions/checkout/releases/tag/v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name : Run dapper ci
run: dapper ci

0 comments on commit cb7ef2a

Please sign in to comment.