Select the types of activity you want to include in your feed.
1.PHONY: clean 2clean: 3 rm -rf build 4 5.PHONY: test 6test: 7 cargo run --quiet -- build 8 bunx tsc ./main.ts --strict --noEmit --skipLibCheck false --lib es2020,dom