Skip to content

Add a talk and an article about using Rust for games #45

Add a talk and an article about using Rust for games

Add a talk and an article about using Rust for games #45

Workflow file for this run

on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Lint markdown
run: npx markdownlint-cli2 "*.md" "#MAINTAINERS.md"