Skip to content

Add FreeCodeCompiler.com IDE #73

Add FreeCodeCompiler.com IDE

Add FreeCodeCompiler.com IDE #73

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- '!*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Lint
run: npx awesome-lint@0.2.0