typescript: enums #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Carbonize Code | |
# This workflow is triggered whenever on pushes to this repository | |
on: [push] | |
jobs: | |
build: | |
name: carbonow | |
runs-on: ubuntu-latest | |
steps: | |
# - uses: kherin/actions/setup-node | |
- run: echo 'Hello World' |