Skip to content

feat: search option for items under walls and remove duplicated items #6

feat: search option for items under walls and remove duplicated items

feat: search option for items under walls and remove duplicated items #6

Workflow file for this run

name: Check code style
on:
push:
branches:
- master
- v*
paths:
- .clang-format
- source/**
pull_request:
paths:
- .clang-format
- source/**
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt update -q && sudo apt install -yq clang-format
- name: Check code style
run: clang-format -n -style=file --Werror source/*.{cpp,h}