Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[LIB] Fix swapped Grid method names #28

[LIB] Fix swapped Grid method names

[LIB] Fix swapped Grid method names #28

Workflow file for this run

name: aoc_2021
on:
workflow_dispatch:
push:
paths:
- "common/**"
- "aoc_2021/**"
env:
CRATE: aoc_2021
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build -p ${{ env.CRATE }}
- name: Test
run: cargo test -p ${{ env.CRATE }}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.