Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Deprecation warning #116

Deprecation warning

Deprecation warning #116

Workflow file for this run

name: watermelon-context
on: [pull_request]
jobs:
getcontext:
runs-on: ubuntu-latest
name: Get code context with Watermelon
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Watermelon-context-action
uses: watermelontools/watermelon-context-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}