mirror of
https://github.com/actions/setup-python.git
synced 2025-04-18 18:43:31 +00:00
Delete .github/workflows/testing.yml
This commit is contained in:
parent
e832fe4ef4
commit
4fbb01e1bc
19
.github/workflows/testing.yml
vendored
19
.github/workflows/testing.yml
vendored
@ -1,19 +0,0 @@
|
||||
name: Testing
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
Loading…
Reference in New Issue
Block a user