Skip to content

Commit

Permalink
Merge pull request #4 from lambdalisue/add-udd
Browse files Browse the repository at this point in the history
Add udd
  • Loading branch information
lambdalisue authored Sep 24, 2021
2 parents c6c6305 + 3d851fc commit 8e3d94a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/workflows/udd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: udd

on:
schedule:
- cron: "0 0 * * *"

jobs:
udd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: "1.x"
- run: |
make tools
make update
- uses: peter-evans/create-pull-request@v3
with:
commit-message: ":package: Update deno dependencies"
title: ":package: Update deno dependencies"
body: |
Automated updates by [deno-udd](https://github.com/hayd/deno-udd)
and [create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
branch: update-deno-dependencies
author: GitHub <[email protected]>
delete-branch: true
2 changes: 1 addition & 1 deletion deps_test.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.106.0/testing/asserts.ts";
export * from "https://deno.land/std@0.108.0/testing/asserts.ts";

0 comments on commit 8e3d94a

Please sign in to comment.