Skip to content

Add OpenAI workflow for Deno linting and automation#63662

Closed
nofaceprotocol5-prog wants to merge 1 commit into
microsoft:mainfrom
nofaceprotocol5-prog:main
Closed

Add OpenAI workflow for Deno linting and automation#63662
nofaceprotocol5-prog wants to merge 1 commit into
microsoft:mainfrom
nofaceprotocol5-prog:main

Conversation

@nofaceprotocol5-prog

Copy link
Copy Markdown

This workflow installs Deno and runs linting and tests 24 7 automation

Fixes #

This workflow installs Deno and runs linting and tests 24 7 automation
Copilot AI review requested due to automatic review settings July 20, 2026 08:18
@typescript-automation typescript-automation Bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jul 20, 2026
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Jul 20, 2026
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

1 similar comment
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@nofaceprotocol5-prog

Copy link
Copy Markdown
Author

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

Update autonomously 24/7 update Read ,fix apply change's

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Actions workflow intended to install Deno and run Deno linting/tests on PRs and pushes to main.

Changes:

  • Introduces .github/workflows/deno.yml to set up Deno and run deno lint / deno test.
  • Configures the workflow to run on push and pull_request events targeting main.

Comment on lines +25 to +26
- name: Setup repo
uses: actions/checkout@v4
Comment on lines +38 to +40
- name: Run linter
run: deno lint

Comment on lines +41 to +42
- name: Run tests
run: deno test -A
Comment on lines +9 to +16
name: Deno

on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

@RyanCavanaugh

Copy link
Copy Markdown
Member

We are not accepting unsolicited PRs for new github workflows.

@github-project-automation github-project-automation Bot moved this from Not started to Done in PR Backlog Jul 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants