Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

The-Infinitys TypeScript #213

The-Infinitys TypeScript

The-Infinitys TypeScript #213

Workflow file for this run

run-name: ${{ github.actor }} TypeScript
on: [push]
permissions:
contents: write
repository-projects: write
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: CheckOut
uses: actions/checkout@v4
- name: import sources
run: npm install typescript --save-dev
- name: compile typescript
run: tsc ./layout/script.ts
- name: save result
run: python ./github.py